﻿body {
	margin: 0px 0px 0px 0px;
	font-family:"Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

a {
    color: #023401;
    text-decoration: none;
}

a:hover {
    color: #ff9900;
}

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

a.footer:hover {
    color: #ff9900;
}

a.decorated {
    border-bottom: dashed 1px #023401;
}

input.decoration1, textarea.decoration1, select.decoration1 {
	background-color: #c1d2ae;
	border: solid 1px #ee9249;
}

input.decoration1RO, textarea.decoration1RO, select.decoration1RO {
	background-color: #e6e6e6;
	border: solid 1px #ee9249;
}

.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;
}

.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 #bfbfbf;
    background: url(img/product_summary_bg.jpg) repeat-x left bottom;
    padding: 10px 20px 20px 20px;
    font-size: 14px;
}

.box1 .title, .box2 .title
{
    font-size: 16px;
    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: #ffffff url(img/product_summary_bg.jpg) repeat-x left bottom;
    padding: 10px 20px 20px 20px;
    font-size: 14px;
}


.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;
}

/* HEADER 
-----------------------------------------------------------------------------*/
#headerTop {
	height: 74px;
}
#headerBrandingB {
	float:left;
	color: #053702;
	font-size: 36px;
	font-weight: bold;
	font-style:italic;
	line-height: 0.8em;
}
.headerBrandingStd {
    padding-top: 15px;
}
.headerTagline {
     font-size: 10px;
}
.headerBrandingJpg {
}
#cart {
	background:url(img/header_top_cart_bg.png) no-repeat;
	width: 211px;
	height: 33px;
	float: right;
	position:relative;
	top: 42px;
	font-size:13px;
}
#cartContent {
    background: url(img/minicart_shoppingbag.gif) no-repeat;
    margin: 2px 0px 0px 5px;
    padding: 6px 0px 0px 30px;
    height: 29px;
}
#cartContent a {
    color: #053702;
    text-decoration: none;
    border-bottom: dashed 1px #053702;
    display: inline-block;
}
#cartContent .contentLabel {
    font-weight: bold;
    padding-left: 5px;
}
#headerBottom {
	height: 143px;
	margin-bottom: 3px;
}


/* MAIN MENU 
-----------------------------------------------------------------------------*/

#mainMenu {
	background-color: #c1d2ae;
	height: 32px;
	border: solid 1px #ee9249;
}
#mainMenu ul {
	list-style: none;
	padding: 0px;
	margin: 5px 0px 0px 0px;	
	padding-left: 10px; 
	float: left;
}
#mainMenu li.menuItem {
	float: left;
	background: url(img/mainmenu_bullet.gif) no-repeat 13px 7px;
	padding-left: 30px;
}
#mainMenu li.first {
	background: none;
	padding-left: 0px;
}
#mainMenu li.menuItem a {
	color: #053702;
	text-decoration:none;
	font-weight: bold;
	font-size:15px;
}

#addThis
{
     float:right; 
     margin: 8px 5px 0px 0px;
}

#langBar
{
     float:right; 
     margin: 6px 5px 0px 0px;
}


/* LEFT COL 
-----------------------------------------------------------------------------*/

#leftCol {
	float: left;
	width: 166px;
	margin-bottom: 50px;
	overflow-x: hidden;
}

/* SECONDARY MENU
-----------------------------------------------------------------------------*/

#leftNav {
	background-color: #d9e3c1;
	border-bottom: solid 1px #ee9249;
	border-left: solid 1px #ee9249;
	border-right: solid 1px #ee9249;
	margin-bottom: 0px;	
}
#leftNav .categoryMenu {
	background: url(img/leftnav_tit_categories.gif) no-repeat;
	margin-bottom: 20px;
}
#leftNav .categoryMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#leftNav .categoryMenu ul {
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#leftNav .categoryMenu li {
	background:url(img/leftmenu_bullet.gif) no-repeat left 7px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#leftNav .categoryMenu li a {
	color: #023401;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	border: none;
}
#leftNav .categoryMenu li a.noCapitalize {
    text-transform:none;
}
#leftNav .contentMenu {
	padding-bottom: 20px;
}
#leftNav .contentMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #ff6600 url(img/info.png) right 5px no-repeat;
}
#leftNav .contentMenu ul {
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#leftNav .contentMenu li {
	background:url(img/leftmenu_bullet.gif) no-repeat left 7px;
	padding-left: 12px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#leftNav .contentMenu li a {
	color: #023401;
	text-decoration: none;
	font-size: 12px;
	border: none;
}
#leftNav .contactInfoMenu {
	padding-bottom: 20px;
}
#leftNav .contactInfoMenu .title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: #ff6600 url(img/contact_info.png) right 5px no-repeat;
}
#leftNav .contactInfoMenu ul {
	padding-top: 5px;
	list-style: none;
	margin: 0;
	padding-left: 3px;
}
#leftNav .contactInfoMenu li {
	margin-bottom: 5px;
	padding-bottom: 2px;
	font-size: 11px;
}
#leftNav .contactInfoMenu li.address {
	background:url(img/home.png) no-repeat left 3px;
	padding-left: 20px;
}
#leftNav .contactInfoMenu li.phone {
	background:url(img/fono2.png) no-repeat left 1px;
	padding-left: 20px;
}
#leftNav .contactInfoMenu li.email {
    margin-top: 15px;
}
#leftNav .contactInfoMenu li a {
	color: #023401;
	text-decoration: none;
	border: none;
}
#leftPayWith {
	background: url(img/paywith_tit.gif) no-repeat;
	margin-bottom: 20px;
}
#leftPayWith .title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}

/* SEARCH BAR
-----------------------------------------------------------------------------*/

#searchBar {
	background:url(img/search_bg.gif) no-repeat;
	height: 35px;
	border-bottom: dotted 1px #ee9249;
	color: #ee9249;
	font-weight: bold;
	text-align: right;
}
#searchWrapper {
	padding-top: 7px;
}
#searchWrapper  .searchBox {
	background-color: #c1d2ae;
	border: solid 1px #ee9249;
}
#searchWrapper  .searchButton {
	border: none;
	vertical-align: bottom;
}


/* MAIN CONTENT
-----------------------------------------------------------------------------*/

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

#mainContentWrapper {
	margin-top: 20px;
	margin-left: 25px;
}


/* FOOTER 
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	background-color: #c1d2ae;
	padding-top: 10px;
	border: solid 1px #ee9249;
}
#footer ul {
	list-style: none;
	margin: 5px 0px 0px 0px;	
	padding-left: 10px;
	text-align:center;
}
#footer li.menuItem {
	display: inline;
	background: url(img/footer_bullet.gif) no-repeat 13px 5px;
	padding-left: 30px;
}
#footer li.first {
    background: none;
    padding-left: 0px;
}
#footer li.menuItem a {
	color: #053702;
	text-decoration:none;
	font-weight: bold;
	font-size:12px;
	border: none;
}
#credits {
	text-align:center;
	color: #ffffff;
	font-size: 12px;
	margin-top: 15px;
}
#footerImage {
    text-align:center;
    margin-top: 10px;
}

/* TITLES
-----------------------------------------------------------------------------*/

.title1 {
    color: #003300;
    font-size: 26px;
    font-weight: bold;
    font-style: italic;
    background: url(img/title1.gif) no-repeat right 19px;
    padding-bottom: 5px; 
    margin-bottom: 5px; 
    text-transform:capitalize;
}
.t1-ShoppingCart 
{
    margin-top: 30px;
}

.t1-ShoppingCart .text {
    background: url(img/tie_icon.gif) no-repeat;
    padding: 5px 0px 5px 35px;
}
.t1-Standard {
}
.t1-Standard .text {
    background: url(img/tie_icon.gif) no-repeat;
    padding: 5px 0px 5px 40px;
}

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


/* Product List
-----------------------------------------------------------------------------*/
.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 1px #ff6600;
    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;
    text-transform: capitalize;
    
}
.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 Summary - Home
-----------------------------------------------------------------------------*/

.homeFeat-Product .productSummary 
{
    width: 100%;
    border: none;
    background: none;
    text-align: left;
}

.homeFeat-Product .productSummary .image
{
    width: 160px;
    height: 160px;
    overflow: hidden;
    float: left;
    text-align:center;
    margin: 0px 0px 0px 0px;
}

.homeFeat-Product .productSummary .name
{
    height: auto;
    padding: 0px 5px 0px 0px;
    overflow: visible;
    float: right;
    width: 190px;
}

.homeFeat-Product .productSummary .name a
{
    font-weight: bold;
    font-size: 15px;
    text-decoration: none;
    border-bottom: dashed 1px black;
    color: Black; 
}

.homeFeat-Product .productSummary .price {
    margin: 20px 0px 20px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #990000;
    padding: 0px 5px 0px 0px;
    width: 190px;
    float: right;
}

.homeFeat-Product .productSummary .addtozoom
{
    width: 190px;
    float: right;
    padding: 0px 5px 0px 0px;
}

.homeFeat-Product .productSummary .addtocart
{
    float: left;
    margin: 0px 0px 5px 0px;
}
.homeFeat-Product .productSummary .addtocart a
{
    background: url(img/cart.png) no-repeat;
    color: #ff6600;
    font-weight: bold;
    padding: 5px 0px 10px 33px;
    display: inline-block;
}
.homeFeat-Product .productSummary .zoom
{
    float: right;
    margin: 0px 15px 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 #ff6600;
    display:none;
    z-index: 1000;
}

#productZoom-Close
{
    background: #95ba6e 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: #95ba6e 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: #95ba6e 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: #1a472b;
    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;
}

#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.jpg) no-repeat;
    width: 300px;
}

/* CATEGORIES
-----------------------------------------------------------------------------*/

#category {
}
#categoryDescription {
   background: url(img/bg_category_descripton.jpg) no-repeat left bottom;
   margin-bottom: 30px;
}
#categoryDescription .prop {
    height:120px;
    float:left;
    width:1px;
}
#categoryDescription .text {
    padding: 0px 120px 10px 20px;
}
#categoryDescription .clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

/* HOME 
-----------------------------------------------------------------------------*/
#homeWelcome
{
    float: left;
    width: 357px;
	overflow-x: hidden;
}
#homeWelcome-Title 
{
    color: #003300;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    background: url(img/home_welcome_tit.gif) no-repeat bottom left;
    padding-bottom: 5px; 
    margin-bottom: 5px; 
}

#homeWelcome-Text 
{
    line-height: 1.4em;
}

#homeWelcome-Text p
{
    margin-top: 0px;
    padding-top: 0px;
}

#homeWelcome-Text2
{
    margin-top: 40px;
    line-height: 1.4em;
}

#homeWelcome-Text2 p
{
    margin-top: 0px;
    padding-top: 0px;
}

#homeRightCol
{
    float:right; 
    width: 387px;
}

#homeSlideShow-Placeholder
{
    width: 387px;
    height: 500px;
    background: url(img/home1.jpg) no-repeat;
    margin-top: 20px;
}

#homeSlideShow
{
    float: right;
    margin-top: 20px;
}

#homeMediaPromo 
{
    margin-top: 30px;
}

.homeMediaLink 
{
	margin-bottom: 10px;
}

#homeReferrerBanner
{
    margin-top: 30px;
}

#home-FacebookFanBox
{
    float: right;
    width: 387px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}

/* HOME FEATURED PRODUCTS
-----------------------------------------------------------------------------*/

#homeFeat 
{
    /*float: right;*/
    width: 387px;
}

#homeFeat-Title 
{
    color: #003300;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    background: url(img/home_feat_top.gif) no-repeat bottom left;
    padding-bottom: 15px;
}

#homeFeat-Content 
{
   background: url(img/home_feat_content.gif) repeat-y;
}

#homeFeat-Footer 
{
    height: 28px;
    background: url(img/home_feat_footer.gif) no-repeat;
}

.homeFeat-Product
{
    margin-left: 15px;
    clear: both;
    margin-top: 0px;
}


.homeFeat-ProductStarter
{
    clear: both;
    height: 2px;
}
.homeFeat-ProductTerminator
{
    clear: both;
    height: 30px;
}


/* 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 thead
{
    
    
}

table.shoppingCart th
{
    padding: 0px 5px 5px 5px;
    font-size: 16px;
    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: 12px;
}

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: 16px;
}

#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;
}

#checkoutButton:hover
{
    color: Yellow;
}

#discountApplier
{
}

#discountApplier-Title
{
    color: #ff6600;
    font-weight: bold;
    font-size: 16px;
    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: 14px;
}

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

#templateDetail .ourPrice
{
    color: #ff6600;
}

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


/* Media
-----------------------------------------------------------------------------*/
#mediaMenu
{
    font-style: normal;
    padding-right: 70px;
    padding-top: 10px;
}

#media a
{
    color: #ff6600;
    font-size: 14px;
}

/* 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: 20px;
}

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

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

.viiBullet1
{
    background-color: #CDCC00;
}

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

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

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

#viiHomeBanner-StartHere
{
    font-size: 16px;
    top: 44px;
}

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