﻿body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
}

a 
{
    color: #ff6600;
}

.error
{
    color: Red;
    background: #feff99 url(img/alert_icon.png) no-repeat 10px 10px;
    border: solid 2px red;
    padding: 20px 20px 20px 50px;
}

.rowError
{
    background: #feff99;
}

.button1
{
    background-color: #ff6600;
    color: #ffffff;
    font-weight: bold;
}

a.button1
{
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.button2
{
    background: #ff6600 url(img/arrow_white.png) no-repeat 5px center;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 4px 15px 4px 20px;
}

.box1
{
    border: solid 1px #ebebeb;
    background: url(img/product_summary_bg.jpg) repeat-x left bottom;
    padding: 10px 20px 20px 20px;
    font-size: 11px;
}

.box1 .title, .box2 .title
{
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
}

ul.box2-tabs /* general settings */
{ 
    text-align: left; /* set to left, right or center */
    margin: 1em 0 0 0; /* set margins as desired */
    border-bottom: 1px solid #ebebeb; /* set border COLOR as desired */
    list-style-type: none;
    padding: 3px 10px 7px 10px; /* THIRD number must change with respect to padding-top (X) below */
}
 
ul.box2-tabs li { /* do not change */
    display: inline;
}


ul.box2-tabs li.selected { /* settings for selected tab */
    border-bottom: 1px solid #ffffff; /* set border color to page background color */
    background-color: #ffff; /* set background color to match above border color */
}

ul.box2-tabs li.selected a { /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    position: relative;
    font-weight: bold;
    top: 1px;
    padding-top: 8px; /* must change with respect to padding (X) above and below */
}

ul.box2-tabs li.normal a 
{
    color: #ffffff;
}
ul.box2-tabs li a { /* settings for all tab links */
    padding: 7px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 1px solid #ebebeb; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #ff6600; /* set unselected tab background color as desired */
    margin-right: 0px; /* set additional spacing between tabs as desired */
    text-decoration: none;
    border-bottom: none;
}

.box2-content
{
    clear: both;
    border-bottom: solid 1px #ebebeb;
    border-left: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    background: url(img/product_summary_bg.jpg) repeat-x left bottom;
    padding: 10px 20px 20px 20px;
    font-size: 11px;
}

.input-validation-error
{
    border: solid 2px red;
}

.field-validation-error
{
    color: #ff0000;
    font-weight: bold;
}

.field-validation-error ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
}



/* LAYOUT 
-----------------------------------------------------------------------------*/
#wrapper {
	width: 990px;
	text-align:left;
	margin: 0 auto;
	background-color:#FFFFFF;
}

#leftCol 
{
    padding: 2px 0px 0px 0px;
	float: left;
	width: 170px;
	margin-bottom: 50px;
	overflow-x: hidden;

}

#rightCol {
	float: right;
	width: 800px;
}

/* Titles
-----------------------------------------------------------------------------*/
.title1
{
    color: #ff6600;
    font-weight: bold;
    font-size: 26px;
    border-bottom: dashed 1px #ff6600;
    margin: 10px 0px 20px 0px;
    text-transform:capitalize;
}

.breadcrumb
{
    color: #666666;
    font-style: italic;
    margin: 15px 0px 5px 0px;
}

/* Header
-----------------------------------------------------------------------------*/
#header-RotatorMargin 
{
    height: 5px;
    border-bottom: solid 1px #cacaca;
}

#header-Branding
{
    font-size: 32px;
    color: #ff6600;
    padding: 10px 0px 0px 0px;
}
#header-StoreTitle
{
    float: left;
}

#header-Tagline
{
    font-size: 10px;
    color: #555555;
    font-style: italic;
}

#header-Tagline a
{
    font-size: 10px;
    color: #555555;
    text-decoration: none;
    font-style: italic;
}

#header-Menu
{
    margin: 5px 0px 0px 0px;
    clear: both;
}

#header-Cart
{
    background: url(img/cart.png) no-repeat;
    padding: 5px 0px 10px 33px;
    color: #666666;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
    float: right;
}

#header-Cart a
{
    font-weight: normal;
    color: #666666;
    text-decoration: none;
}

#mainMenu
{
    float: left;
    margin: 20px 0px 0px 0px;
}

#mainMenu ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    float: left;
}   

#mainMenu li.menuItem
{
    background: url(img/bar.png) no-repeat left 3px;
    margin: 0px 0px 0px 12px;
    padding: 0px 0px 0px 12px;
    float: left;
}   

#mainMenu li.first
{
    background: none;
}   

#mainMenu li.menuItem a
{
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

#addThis
{
    float: left;
    margin: 0px 0px 0px 20px;
}

#header-Margin
{
    clear: both;
    height: 8px;
    border-bottom: solid 2px #fead76;
}

/* Category Menu / Content Menu / Search
-----------------------------------------------------------------------------*/
.categoryMenu, .contentMenu, .searchBox
{
    background-color: #e5e5e5;
    padding: 0px 0px 10px 0px;
}

.categoryMenu .title, .contentMenu .title, .searchBox .title
{
    color: #ff6600;
    font-size: 18px;
    border-bottom: dashed 1px #f3f3f3;
    padding: 3px 0px 3px 15px;
    margin: 0px 0px 10px 0px;
}

.categoryMenu ul, .contentMenu ul
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
}

.categoryMenu li, .contentMenu li
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 15px;
}

.categoryMenu a, .contentMenu a
{
    color: #333333;
    text-decoration: none;
    font-size: 12px;
}

.contactInfoMenu ul {
	padding-top: 5px;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding-left: 3px;
}
.contactInfoMenu li {
	margin-bottom: 5px;
	padding-bottom: 7px;
	font-size: 10px;
}
.contactInfoMenu li.address {
	background:url(img/home.png) no-repeat left 3px;
	padding-left: 20px;
}
.contactInfoMenu li.phone {
	background:url(img/fono2.png) no-repeat left 1px;
	padding-left: 20px;
}
.contactInfoMenu li.email {
    margin-top: 15px;
}
.contactInfoMenu li a {
	text-decoration: none;
	border: none;
	font-size: 10px;
	color: #ff6600;
}

#txtSearch
{
    margin: 0px 0px 0px 15px;
    width: 100px;
}

#homeWelcome, #homeMedia, #homeJoinUs, #homePayWith
{
    margin: 10px 0px 0px 0px;
    border: solid 1px #e5e5e5;
    font-size: 10px;

}

#homeWelcome .title, #homeMedia .title, #homeJoinUs .title, #homePayWith .title
{
    background: #ff6600;
    color: #ffffff;
    font-size: 18px;
    padding: 3px 3px 3px 8px;
}

#homeWelcome .content
{
    background-color: #e5e5e5;
    padding: 10px 10px 10px 10px;
}

#homeWelcome .content p
{
    margin-top: 0px;
}

#homeMedia .content p, #homeJoinUs .content p
{
    padding: 0px 10px 0px 10px;
}

#homeMedia .content a, #homeJoinUs .content a
{
    padding: 0px 0px 10px 10px;
    color: #4b4b4b;
    font-weight: bold;
    font-size: 12px;
    display: block;
}

/* Home Top
-----------------------------------------------------------------------------*/
#homeTop
{
    margin: 15px 0px 20px 0px;
}

#homeSlideShow
{
    float:left;
}

#homeSlideShow-Placeholder
{
    background: url(img/image_left.jpg) no-repeat;
    width: 385px;
    height: 430px;
    border: dashed 1px #ff6600;
}

#homeRightCol
{
    float: right;
}

#homeCustomizer
{
    border: solid 2px #ebebeb;
    background: url(img/top_degrade.jpg) repeat-x left top;
}

#homeCustomizer .bg
{
    background: url(img/personalizer_image.png) no-repeat right bottom;
    width: 390px;
    height: 215px;    
}

#homeCustomizer .title
{
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0px 0px 15px;
}

#homeCustomizer .content
{
    margin: 40px 0px 0px 15px;
    width:40%;
    line-height: 1.5em;
}

#homeCustomizer .content a
{
    display: block;
    background: url(img/green_button.png) no-repeat left top;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0px 10px 35px;
    margin: 15px 0px 0px 0px;
    text-decoration: none;
    font-size: 14px;
}

#homeEcards
{
    border: solid 2px #ebebeb;
    background: url(img/spkecards.jpg) no-repeat center bottom;
    width: 390px;
    height: 175px;
    position: relative;
}

#homeEcards .title
{
    color: #ff6600;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0px 0px 15px;
}

#homeEcards .tag
{
    color: #ffffff;
    position: absolute;
    right: 0px;
    bottom: 12px;
    padding: 0px 20px 0px 0px;
    font-size:13px;
}

#homeEcards .tag a
{
    color: #ffffff;
    text-decoration: none;
}

#homeFacebookFanBox
{
    margin: 20px 0px 20px 0px;
}
/* Featured Home
-----------------------------------------------------------------------------*/

#homeFeat
{
    
}

#homeFeat-Title
{
}

.homeFeat-Product
{
    float:left;
    margin: 0px 10px 15px 0px;
}

#homeFeat-Footer
{
    clear: both;
}


/* Product List
-----------------------------------------------------------------------------*/

#categoryDescription
{
    font-style: italic;
    margin: 0px 
}

#categoryDescription .prop
{
}

#categoryDescription .text
{
    padding: 0px 20px 0px 20px;
}

#categoryDescription .clear
{
    background: url(img/bg_category_clear.png) repeat-x;
    height: 20px;
    border-bottom: dashed 1px #ff6600;
}

#categoryDescription p
{
    margin: 0px 0px 10px 0px;
}

.productList
{
    margin: 40px 0px 0px 0px;
}

.productList-Product
{
    float:left;
    margin: 0px 10px 15px 0px;
}

.productList-End
{
    margin: 0px 0px 40px 0px;
}


/* Product Summary
-----------------------------------------------------------------------------*/

.productSummary
{
    width: 185px;
    border: solid 2px #ebebeb;
    text-align: center;
    background: url(img/product_summary_bg.jpg) repeat-x left bottom;
}

.productSummary .image
{
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 10px auto;
}

.productSummary .freeShipping
{
    position: absolute; 
    background: url(img/trans.png);
    width: 100%;
    padding: 6px 0px 6px 0px;
    font-size: 12px;
    text-align:center;
    text-transform: uppercase;
    top: 0px;
    left: 0px;
    color: #ff6600;
    font-weight: bold;
}


.productSummary .name
{
    height: 55px;
    padding: 0px 5px 0px 5px;
    overflow: hidden;
    font-size: 11px;
}
.productSummary .name a
{
    color: #0c0c0c;
    text-decoration: none;
}

.productSummary .price
{
    font-weight: bold;
    margin: 5px 0px 10px 0px;
}

.productSummary .addtocart
{
    float: left;
    margin: 0px 0px 5px 5px;
}
.productSummary .addtocart a
{
    background: url(img/cart.png) no-repeat;
    color: #ff6600;
    font-weight: bold;
    padding: 5px 0px 10px 33px;
    display: inline-block;
}
.productSummary .zoom
{
    float: right;
    margin: 0px 5px 5px 0px;
}

/* Product Zoom
-----------------------------------------------------------------------------*/

#productZoom 
{
    background: #ffffff url(img/product_summary_bg.jpg) repeat-x left bottom;
    position: absolute;
    width: 650px;
    height: 460px;
    top: 0px;
    left: 0px;
    border: solid 1px #757575;
    display:none;
    z-index: 1000;
}

#productZoom-Close
{
    background: #999999 url(img/close.png) no-repeat 3px 3px;
    cursor: pointer;
    float: right;
    padding: 0px 5px 2px 16px;
    color: #ffffff;
    font-size: 9px;
    margin: 0px 0px 5px 0px;
}


#productZoom-Prev
{
    background: #999999 url(img/arrow-left.png) no-repeat left 5px;
    float: left;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#productZoom-Next
{
    background: #999999 url(img/arrow-right.png) no-repeat right 5px;
    float: right;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#productZoom-Content
{
    clear: both;
}

#productZoom .loading
{
    background: url(img/ajax-loader.gif) no-repeat center bottom;
    padding-top: 200px;
}

.productZoomC
{
    padding: 0px 20px 0px 20px;
}

.productZoomC .image
{
    float: left;
    width: 300px;
    height: 400px;
    background: url(img/ajax-loader2.gif) no-repeat center center;
    /*border-right: dashed 1px #757575;*/
}

.productZoomC .separator
{
    float: left;
    border-right: dashed 1px #757575;
    width: 20px;
    height: 430px;
}

.productZoomC .info
{
    float: right;
    width: 270px;  
}

.productZoomC .infoWrapper
{
    height: 325px;
    overflow: hidden;
} 

.productZoomC .name
{
    font-weight: bold;
    overflow: hidden;
}

.productZoomC .description
{
    font-size: 11px;
}

.productZoomC .price
{
    background-color: #4c4c4c;
    color: #ffffff;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 5px 0px;
}

.productZoomC .addtocart
{
    height: 40px;    
}
.productZoomC .addtocart a
{
    background: url(img/cart.png) no-repeat;
    color: #ff6600;
    font-weight: bold;
    padding: 5px 0px 10px 33px;
    display: inline-block;
}

/* PRODUCT DETAIL
-----------------------------------------------------------------------------*/

#productDetail
{
    margin: 0px 0px 50px 0px;
}

#productDetail .mainPrice
{
    text-align: right; 
    margin: 0px 0px 20px; 
    font-weight: bold; 
    font-size: 20px;
}

#productDetail .ourPrice
{
    color: #ff6600;
}

#productDetail .pdLeftCol
{
     float: left;
     width: 355px;
}

#productDetail .pdRightCol
{
     float: right;
     width: 600px;
}

#productDetail .pdFreeShipping
{
    position: absolute;
    background: url(img/trans.png);
    width: 100%;
    padding: 6px 0px 6px 0px;
    font-size: 13px;
    text-align:center;
    text-transform: uppercase;
    border-bottom: solid 1px #ff6600; 
    display:block;
    top: 0px;
    left: 0px;
    color: #ff6600;
    font-weight: bold;
}

#productDetail .pdImage
{
    position:relative;
    border: solid 1px #ff6600;
}

#productDetail .pdDesription
{
    margin: 20px 0px 20px 0px;
}

#productDetail .pdFacebook
{
    margin: 20px 0px 20px 0px;
}

#productDetail .pdOption
{
    margin-bottom: 20px;
}

#productDetail .pdOption-Number
{
    float: right;
    background: url(img/bg_numbers.png) repeat-x left top;
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    width: 50px;
    height: 80px;
    text-align: center;
    padding: 5px 0px 0px 0px;
}

#productDetail .pdOption-Box
{
    float:right;
    width:540px;
    border: solid 1px #bfbfbf;
}

#productDetail .pdOption-Title
{
    color: #fe3200;
    /*background: #e5e5e5;*/
    padding: 15px 0px 10px 15px;
    /*border-bottom: solid 1px #bfbfbf;*/
    font-size: 14px;
}

#productDetail .pdOption-Content
{
    padding: 10px 0px 20px 20px;
    background: url(img/box_bg.png) repeat-x left bottom;
}

#productDetail .pdOption-StdOpt
{
    margin: 0px 0px 5px 10px;
}

#productDetail .pdOption-StdOpt select
{
    margin: 0px 0px 0px 10px;
}

#productDetail .pdOption-UpsellOpt
{
}

#productDetail .pdOption-UpsellOpt .image
{
    cursor: pointer;
}

#productDetail .pdOption-CustomTxtForm
{
    float: left;
    width: 180px;
    font-size: 11px;
}

#productDetail .pdOption-CustomTxtPreview
{
    float: right;
    width: 320px;
}

#productDetail .pdOption-CustomTxtItemWrapper, #productDetail .pdOption-CustomImgItemWrapper
{
    float: left;
    border:1px solid #ccc;
    margin: 0px 10px 10px 0px;
}

#productDetail .pdOption-CustomTxtItem
{
    width: 90px;
            
}

#productDetail .pdOption-CustomImgItem
{
    width: 90px;
}

#productDetail .pdOption-CustomImgImage
{
    height: 90px;
    overflow: hidden;
}

#productDetail .pdOption-CustomTxtTitle, #productDetail .pdOption-CustomImgTitle
{
    font-size: 10px;
    padding: 2px 4px 2px 2px;
    background-color: #e9e9e9;
}

#productDetail .pdOption-CustomTxtTitle a, #productDetail .pdOption-CustomImgTitle a
{
    float:right;
}

#productDetail .pdOption-CustomTxtPhrase
{
    padding-top: 7px;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    height: 70px;
}

#btnSaveCustomTxt
{
    width: 100%;
    font-size: 12px;
}

#productDetail .pdOption-CustomImgForm
{
    float: left;
    width: 180px;
    font-size: 11px;
}

#productDetail .pdOption-CustomImgPreview
{
    float: right;
    width: 320px;
}

#pdOption-CustomImgFormTitle
{
    height: 24px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0px 0px 0px;
    background-color: #e9e9e9;
    font-size: 14px;
}

#pdOption-CustomImgViewer
{
    width: 100%;
    height: 130px;
    background: url(img/ajax-loader2.gif) no-repeat center center;
    border: solid 1px #e9e9e9;
}

#productDetail .pdOption-CustomImgImage
{
    background: url(img/ajax-loader2.gif) no-repeat center center;
}

#addToCartButton
{
    background: #ff6600;
    color: #ffffff;
    font-size: 24px;
    display: block;
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    float: right;
    border: solid 1px #ff6600;
    font-weight: bold;
}

#addToCartButton .bullet
{
    background: #ffffff url(img/cart.png) no-repeat center center;
    width: 50px;
    height: 50px;
    float: left;
}

#addToCartButton .text
{
    padding: 10px 20px 10px 20px;
    float: right;
}
#addToCartButton:hover
{
    color: Yellow;
}

#productDetail .pdValidation
{
    display: none;
    background: #feff99 url(img/alert_icon.png) no-repeat 20px 20px;
    border: solid 2px red;
    color: Red;
    margin: 0px 0px 10px 0px;
    width: 590px;
    float: right;
}

.error
{
    color: Red;
    background: #feff99 url(img/alert_icon.png) no-repeat 10px 10px;
    border: solid 2px red;
    padding: 20px 20px 20px 50px;
}

#productDetail .pdValidation-Error
{
    border: solid 2px red;
}

#productDetail .pdValidation p
{
    margin: 25px 20px 20px 60px;
    font-weight: bold;
}

#productDetail .pdValidation ul
{
    margin: 20px 20px 20px 50px;
}

/* UPSELL PRODUCT ZOOM
-----------------------------------------------------------------------------*/

#upsellProductZoom 
{
    background: #ffffff url(img/product_summary_bg.jpg) repeat-x left bottom;
    position: absolute;
    width: 340px;
    height: 460px;
    top: 0px;
    left: 0px;
    border: solid 1px #757575;
    display:none;
    z-index: 1000;
}

#upsellProductZoom-Close
{
    background: #999999 url(img/close.png) no-repeat 3px 3px;
    cursor: pointer;
    float: right;
    padding: 0px 5px 2px 16px;
    color: #ffffff;
    font-size: 9px;
    margin: 0px 0px 5px 0px;
}


#upsellProductZoom-Prev
{
    background: #999999 url(img/arrow-left.png) no-repeat left 5px;
    float: left;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#upsellProductZoom-Next
{
    background: #999999 url(img/arrow-right.png) no-repeat right 5px;
    float: right;
    padding: 5px 20px 5px 10px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

#upsellProductZoom-Content
{
    clear: both;
}

#upsellProductZoom .loading
{
    background: url(img/ajax-loader.gif) no-repeat center bottom;
    padding-top: 200px;
}

.upsellProductZoomC
{
    padding: 15px 20px 0px 20px;
}

.upsellProductZoomC .image
{
    width: 300px;
    height: 320px;
    overflow: hidden;
    background: url(img/ajax-loader2.gif) no-repeat center center;
}

.upsellProductZoomC .name
{
    font-weight: bold;
    overflow: hidden;
    height: 40px;
    text-align: center;
}



/* CONTENT PAGE 
-----------------------------------------------------------------------------*/
#contentPage .zoom {
    display: block;
    height: 40px;
    margin: 3px 0px 0px 0px;
    padding: 10px 0px 0px 45px;
    background: url(img/zoom-page.jpg) no-repeat;
    width: 300px;
}


/* SHOPPING CART 
-----------------------------------------------------------------------------*/

#shoppingCart
{
    margin: 30px 0px 50px 0px;
}

#shoppingCart-Left
{
    float: left;
    width: 730px;
    margin-top: 20px;
}

#shoppingCart-Right
{
    float: right;
    width: 230px;
    margin-top: 20px;
}


#shoppingCart-Wrapper
{

}

table.shoppingCart 
{
    width: 100%;
}

table.shoppingCart th
{
    padding: 0px 5px 5px 5px;
    font-size: 14px;
    font-weight: bold;
    color: #ff6600;
}

table.shoppingCart td 
{
    padding: 10px 7px 5px 0px;
}

table.shoppingCart .productImage
{
    border: solid 2px #ff9900;
    width: 100px;
}

table.shoppingCart .imageCell
{
    width: 100px;
}
table.shoppingCart .productName, table.shoppingCart .productName a
{
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

table.shoppingCart .productQuantity
{
    width: 30px;
    text-align: right;
}

table.shoppingCart tr.separator td
{
    border-bottom: dashed 2px #ff6600;
}

table.shoppingCart tfoot
{
    
}

table.shoppingCart tfoot .label
{
    font-weight: bold;
}

table.shoppingCart tfoot .sublabel
{
    font-weight: normal;
    font-size: 10px;
}

table.shoppingCart tfoot .sublabel a
{
    color: #ff0000;
}


table.shoppingCart tfoot .data
{
    font-weight: bold;
}


table.shoppingCart .textText
{
    font-style: italic;
    padding-top: 5px;
}

table.shoppingCart .textText2
{
    font-style: italic;
    padding-top: 5px;
    padding-left: 20px;
}

table.shoppingCart .optionItem
{
    border-bottom: dashed 1px #999999;
    padding-bottom: 5px;
    margin: 10px 0px 10px 0px;
}

table.shoppingCart .optionItem .imageImage
{
    margin: 5px 0px 5px 0px;
}


#termsOfSale
{
    margin: 20px 0px 20px 0px;
}

#termsOfSale-Title
{
    color: #ff6600;
    font-weight: bold;
    font-size: 14px;
}

#termsOfSale-Text
{
    width:100%; 
    height: 200px; 
    overflow:auto; 
    font-size:12px;
    
}

#checkoutButton
{
    background: #ff6600 url(img/arrow_white.png) no-repeat 10px center;
    color: #ffffff;
    font-size: 22px;
    display: block;
    padding: 10px 20px 10px 30px;
    cursor: pointer;
    border: solid 1px #ff6600;
    font-weight: bold;
    float: right;
    text-decoration: none;
}

#checkoutButton:hover
{
    color: Yellow;
}

#discountApplier
{
}

#discountApplier-Title
{
    color: #ff6600;
    font-weight: bold;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
}

#txtCouponCode
{
    width: 100%;
}

.upsellDialogOpener
{
    color: #cc0000;
    background: url(img/gift.png) no-repeat;
    padding: 10px 0px 10px 40px;
    display:block;
    font-weight: bold;
}

/* UPSELL DIALOG
-----------------------------------------------------------------------------*/


.ui-dialog 
{
    border: solid 2px #ff6600; 
    background-color: #ffffff;
    text-align: left;
}

.ui-dialog-titlebar
{
    text-align:center;
    background-color: #ff6600;
    color: #ffffff;
    font-size: 24px;
    padding: 7px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
}

.ui-dialog-titlebar-close
{
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 13px;
    color: #ffffff;
}

.ui-dialog-content
{
    padding: 0px 10px 0px 10px;
    overflow: auto;
}

.ui-dialog-buttonpane
{
    margin: 0px 0px 0px 0px;
    text-align: center;
}

.ui-dialog-buttonpane button  
{
    font-family: Verdana;
    font-weight: bold;
    margin: .5em .4em .5em 0; 
    cursor: pointer; 

    line-height: 1.4em; 
    width:auto; 
    overflow:visible; 
    color: #ffffff;
    background: #ff6600 url(img/arrow_right.png) no-repeat right 8px;
    border: solid 2px #ffffff;
    padding: 5px 30px 5px 20px;
}

.upsell-ProductWrapper
{
    margin: 10px 20px 0px 0px;
}

.upsell-Category
{
    padding: 20px 10px 5px 0px;
    font-weight:bold; 
    border-bottom:solid 1px #ff6600; 
    clear:both;
    margin: 0px 0px 0px 0px;   
}

.upsell-Product
{
    float: left;
    width: 170px;
}

.upsell-Image
{
    height: 120px;
    width: 120px;
    overflow: hidden;
    border: solid 1px #d9d9d9;
}

.upsell-ImageBorder
{
    float: left;
}

.upsell-ProductName
{
    color: #000000;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
    font-size: 11px;
}

.upsell-ProductPrice
{
    clear: both;
}


/* CHECKOUT
-----------------------------------------------------------------------------*/

#checkout
{
    margin: 30px 0px 50px 0px;
}

#checkout-Left
{
    float: left;
    width: 660px;
    margin-top: 20px;
}

#checkout-Right
{
    float: right;
    width: 300px;
    margin-top: 20px;
}

#checkOut-Cart
{
}

#checkOut-Cart td
{
    padding: 10px 7px 2px 0px;
}

#checkOut-Cart tr.separator td
{
    border-bottom: solid 1px #d5d5d5;    
}

#checkOut-Cart .productImage
{
    border: solid 1px #ff6600;
}

#checkOut-Cart .price
{
    color: #ff6600;
}

table.checkoutForm input, table.checkoutForm select, table.checkoutForm textarea
{
    width: 250px;
}





/* FORGOT PASSWORD
-----------------------------------------------------------------------------*/

.passwordReset
{
    margin: 30px 0px 200px 0px;
}

.passwordReset-msg ul
{
    margin: 20px 0px 0px 0px;
}
.passwordReset-msg ul li
{
    margin: 0px 0px 20px 0px;
}

/* Customizer
-----------------------------------------------------------------------------*/
#templateDetail
{
    font-size: 12px;
}

#templateDetail .price
{
    margin: 20px 0px 20px 0px;
    font-weight: bold;     
    font-size: 20px;
}

#templateDetail .ourPrice
{
    color: #ff6600;
}

#templateDetail .description p
{
    margin-top: 0px;
}



/* Footer
-----------------------------------------------------------------------------*/
#footer
{
    padding: 20px 0px 20px 0px;
    clear: both;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
}

#footer ul {
	list-style: none;
	margin: 5px 0px 0px 0px;	
	padding-left: 10px;
	text-align:center;
}
#footer li.menuItem {
	display: inline;
	padding-left: 30px;
}
#footer li.first {
    background: none;
    padding-left: 0px;
}
#footer li.menuItem a {
	
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	border: none;
}
#credits {
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 15px;
}

#credits a
{
    color: #aaaaaa;
}

#footerImage {
    text-align:center;
    margin-top: 10px;
}

/* Media
-----------------------------------------------------------------------------*/
#mediaMenu
{
    padding-top: 10px;
}

/* Acount
-----------------------------------------------------------------------------*/
#account
{
    margin: 30px 0px 100px 0px;
}

/* Reminder Service
-----------------------------------------------------------------------------*/
#reminderService
{
    margin: 30px 0px 100px 0px;
}

table.reminderList td
{
    padding: 10px 10px 10px 10px;
}
table.reminderList td.title
{
    color: #000000;
    border-bottom: dashed 1px #ff6600;
}

table.reminderList td
{
    border-bottom: dashed 1px #d2d2d2;
}

/* Referrer Banners
-----------------------------------------------------------------------------*/
#referrerBanners
{
    margin: 30px 0px 30px 0px;
}

/* Viidit
-----------------------------------------------------------------------------*/
#viiBubble 
{
    border: solid 1px #757575;
}

#viiBubble-Title, #viiBubblePreview-Title
{
    color: #ff6600;
    font-size: 18px;
}

.viiBubbleIndex-DoOptionTrigger
{
    background-color: #ff6600;
    font-size: 16px;
}

#viiGetStarted
{
    background-color: #999;
    font-size: 20px;
}

.viiBullet1
{
    background-color: #999;
}

#viiBubbleIndex-VideoClose, #viiVideoRecorder-Close, #viiVideoUploader-Close
{
    background-color: #ff6600;
}

#viiHomeBanner-Title
{
    font-size: 23px;
}

#viiHomeBanner-Tag1
{
    font-size: 14px;
}

#viiHomeBanner-StartHere
{
    font-size: 14px;
    top: 46px;
}

#viiHomeBanner-Tag2
{
    font-size: 12px;
}

#viiHomeBanner-Title-637 {
    font-size: 20px;
}