@CHARSET "UTF-8";

BODY {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	background: url(../images/background.jpg) repeat-x #FFF;
}

h1 
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #164AA1;
	
}


h2 {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #164AA1;
} 

DIV {
	margin: 0px;
	padding: 0px;
}

em.required {
	color: red;
}

em.caption {
	font-weight: bold;
}

.hidden {
	display: none;
}

.visible{
	display: block;
}

input, select, textarea {
	border: 1px solid #164AA1;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

input.button {
	background-color: #164AA1;
	margin: 3px;
	color: #FFF;
	border: 3px double #FFF;
	_border: 3px double #164AA1;
	width: auto;
}

img.big {
	width: 200px;
	height: 200px;
}

img.small {
	width: 80px;
	height: 80px;
}

img.thumb {
	width: 60px;
	height: 60px;
}

/* full page */
#pageDiv {
	width: 1000px;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}

/***** HEAD START *****/
#headerDiv {
	width: 1000px;
	height: 80px;
	background: #164AA0;
	text-align: left;
}

#headerDiv table {
	width: 1000px;
}

#siglaDiv {
	position: absolute;
	top: 0px;
	float: left;
	width: 412px;
	height: 80px;
	background: url(../images/logo_spacer.gif) no-repeat right top #FFF;
}

#siglaDiv img {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 272px;
	height: 70px;
}

.login {
	position: relative;
	float: right;
	width: 588px;
	text-align: right;
	height: 45px;
	font-size: 11px;
	font-weight: bold;
	background: none;
}

.login a, .login a:hover, .login a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
}

#topmenuDiv {
	position: relative;
	float: right;
	width: 650px;
	height: 35px;
	text-align: right;
	background: none;
	right: 5px;
}

#topmenuDiv ul {
	margin-bottom: -1px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#topmenuDiv li {
	cursor: pointer;
	display: -moz-inline-stack;
	vertical-align: bottom;
	margin-right: 0.5em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 0 3px;
	padding: 0pt;
	position: relative;
	height: 32px;
}

#topmenuDiv a {
	border-bottom: 0px none;
	background: url(../images/menu.gif) no-repeat scroll 0% 0%;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	height: 32px;
}

#topmenuDiv em {
	font-style: normal;
	padding-bottom: 0.6em;
	background: transparent url(../images/menu.gif) no-repeat scroll right top;
	padding: 0.5em;
	padding-top: 0.8em;
	_padding-bottom: 1.1em;
	display: block;
	color: #FFF;
	height: 32px;
	_height: auto;
}

#topmenuDiv em.search {
	padding-top: 0.5em;
	padding-bottom: 0.8em;
}

#topmenuDiv input {
	border: none;
	color: #4A4A4A;
	font-size: 10px;
	font-weight: bold;
}


#topmenuDiv input.searchText {
	width: 100px;
}

#topmenuDiv input.searchButton {
	background-color: transparent;
	color: #FFF;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#bottommenuDiv {
	text-align: center;
	background: none;
	width: 100%;
}

#bottommenuDiv a {
	position: relative;
	border-left: 1px solid #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
	color: #FFF;
}
/***** HEAD END *****/

/***** BOX START *****/
.boxHead {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 3px 0px;
	background-color: #164AA1;
	width: auto;
}

.boxBody {
	border: 1px solid #7FDB03;
	background-color: #F9F9F9;
	margin: 0px 0px 10px 0px;
}

.boxBody table {
	width: 125px;
}

.boxBody table th {
	font-size: 10px;
	font-weight: bold;
}

.boxBody table td {
	padding: 0px;
}

.boxBody input.boxBodyText {
	width: 125px;
}
/***** BOX START *****/

/***** BODY START *****/
#bodyDiv {
	position: absolute;
	width: 1000px;
	background-color: #FFF;
	_margin-left: -497px;
}

/***** BODY END *****/

#contentTable
{
	width:100%;
}

#contentTable table tbody tr td
{
	vertical-align:top;
}


/***** MENU START *****/
#menuDiv {
	width: 128px;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #7FDB03;
}

#menuDiv .boxHead {
	background-color: #164AA1;
	_width: 128px;
	font-size: 14px;
	text-align: left;
	margin-bottom: -5px;
	padding-left: 3px;
}

#menuDiv .boxBody {
	border: none;
	margin-bottom: 0px;
}

#menuDiv .ygtvchildren .categoryButton {
	background: url("/resources/images/category.gif") no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	height: 40px;
	text-align: center;
}

#menuDiv .ygtvchildren .ygtvhtml {
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menuDiv .ygtvdepthcell, #menuDiv .ygtvblankdepthcell {
	background: url("/resources/images/menu_indicator.gif") no-repeat;
	height: 14px;
	width: 14px;
}

#menuDiv .ygtvchildren .ygtvitem .ygtvchildren .ygtvitem {
	border-bottom: 1px solid #5D81BF;
}

#menuDiv .ygtvchildren .ygtvitem .ygtvchildren .ygtvitem .ygtvhtml {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}

#menuDiv a.category:active, #menuDiv a.category:hover, #menuDiv a.category {
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: normal;
}

#menuDiv a.domain:active, #menuDiv a.domain:hover, #menuDiv a.domain {
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
/*	background-color: #158F2C;*/
}

#menuContent {
	padding: 3px;
	background: #164AA1;
	_margin-right: -3px;
}

.tableButton {
	margin: 15px 0px 5px 0px;
}
/***** MENU END *****/

/***** NEWSLETTER START *****/
#newsletterDiv {
	min-height: 65px;
}
/***** NEWSLETTER END *****/

/***** CART START *****/
#cartDiv {
	min-height: 60px;
	background: url("/resources/images/empty_cart.gif") no-repeat;
	background-position: 5px 2px;
}
/***** CART END *****/

/***** CONTENT START *****/
#content {
	width: 735px;
	vertical-align: top;
	text-align: center;
	min-height: 100px;
	margin-top: 10px;
}

#content .list{
	text-indent: 10px;
}

#content .tools a{
	text-decoration:none;
	font-weight:bold;
}

#content .tools {
	margin: 10px 40px 0px 20px;
	float: left;
	width: auto;
}

#historyDiv {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0px;
	background-color: #63AB01;
	color: #FFF;
	min-height: 13px;
	width: 1000px;
}

#historyDiv .historyHome {
	margin-left: 5px;
}

/***** BANNER START *****/
.bigBanner {
	text-align: center;
	border: none;
	width: 728px;
	height: auto;
	margin: 0px 3px 10px 3px;
}

.smallBanner {
	text-align: center;
	border: none;
	width: 728px;
	height: auto;
	margin: 0px 3px;
}
/***** BANNER END *****/

/***** PROMOTIONS START *****/
.promoContainer {
	width: 735px;
	text-align: left;
}

.promoBox {
	position: relative;
	float: left;
	width: 235px;
	_width: 239px;
	height: 135px;
	margin: 0px 0px 4px 4px;
	_margin: 0px 2px 4px 2px;
	border: 2px solid #7FDB03;
	text-align: left;
}

.promoBox a:active, .promoBox a:hover, .promoBox a {
	display: block;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding: 0px 0px 0px 8px;
	_padding: 3px 0px 0px 8px;
	color: #164AA1;
	width: 170px;
}

.promoBox img {
	float: left;
	position: absolute;
	top: 50px;
	left: 8px;
	border: none;
}

.promoPrice {
	float: left;
	position: absolute;
	font-size: 11px;
	top: 95px;
	left: 120px;
}

.promoPrice b {
	font-size: 12px;
}

.promoPrice p {
	margin: 3px 0px 0px 0px;
}
/***** PROMOTIONS END *****/

/***** LIST START *****/
.listTitle {
	width: 728px;
	margin: 0px 3px;
	border-bottom: 2px solid #F00;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}

.listTitle h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #164AA1;
}

.filterContainer {
	width: 728px;
	margin: 15px 3px 25px 3px;
	_margin: 0px 3px 25px 3px;
}

.filter {
	position: relative;
	float: left;
	min-width: 110px;
	color: #000;
	background-color: #F9F9F9;
	margin-right: 5px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: bold;
}

#filterCaption
{
	width: 728px;
	margin: 1px 3px 20px 3px;
	_margin: -2px 3px 0px 3px;
	border-top: 2px solid #F00;
}

.filterTitle {
	
	position: relative;
	float: left;
	color: #fff;
	background-color: #164AA1;
	margin-right: 5px;
	padding: 2px 8px;
	font-size: 12px;
	font-weight: bold;
	
}

div.yuimenubar li.hassubmenu em.submenuindicator {
	background-image: none;
	display: none;
}

div.yuimenubar {
	background-color: transparent;
}

div.yuimenuitem.selected {
	background-color: #F00;
}

div.yuimenu li.selected, div.yuimenubar li.selected {
	background-color: #164AA1;
	color: #FFF;
}

div.yuimenu li.selected a.selected, div.yuimenubar li.selected a.selected {
	text-decoration: none;
}

div.yuimenu {
	width: auto;
	_width: 100px;
	min-width: 122px;
	background-color: #F9F9F9;
	border: 1px solid #164AA1;
}

div.yuimenu li.yuimenuitem {
	padding: 2px 5px;
}

div.yuimenubar li.yuimenubaritem {
	padding: 3px 5px;
	margin-right: 10px;
	z-index: 1000;
}

.selectedFilters {
	font-size: 10px;
	margin: 0px 10px 10px 10px;
}

.selectedFilters fieldset {
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
	text-align: left;
}

.selectedFilters fieldset legend {
	font-size: 11px;
}

.selectedFilters table td {
	padding-right: 20px;
}

.selectedFilters img {
	width: 13px;
	height: 15px;
}

.selectedFilters a {
	color: #333;
	text-decoration: none;
}

.selectedFilters a:hover {
	text-decoration: underline;
}

.selectedFilters .recycleBin img {
	border: none;
}

.listTools {
	width: 728px;
	margin: 1px 10px 10px 3px;
	_margin: -2px 0px 0px 3px;
	padding-top:3px;
			
	
}

.pageNavigation {
	float: left;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.pageNavigation a.dblquot, .pageNavigation a.dblquot:visited, .pageNavigation a.dblquot:hover {
	font-size: 13px;
}

.pageNavigationTop {
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 60%;
}

.pageNavigationBottom {
	border-top: 1px solid #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	width: 100%;
}

.pageNavigation a, .pageNavigation a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.pageNavigation a.current {
	color: #F00;
}

.listSort {
	text-align: right;
	width: 100%;
	color: #000;
	font-size: 11px;
	font-weight: normal;
	margin-right:15px;
}

.listSort span {
	font-size: 12px;
	font-weight: bold;
}

.listSort a img {
	border: none;
}

.productListDetail {
	width: 728px;
	margin: 10px 10px 10px 3px;
	_margin: 0px 0px 0px 3px;
}

.productListDetail a, .productListDetail a:visited, .productListDetail a:hover {
	text-decoration: none;
	color: #164AA1;
}

.cartListDetail a, .cartListDetail a:visited, .cartListDetail a:hover {
	text-decoration: none;
	color: #F00;
}

.productListDetail a img {
	border: none;
}

.nameListDetail {
	text-align: left;
	padding: 2px 5px;
	background-color: #F9F9F9;
	font-size: 13px;
	font-weight: bold;
	float: left;
	position: relative;
	width: 705px;
	margin-top: 20px;
}

.nameListDetail a {
	position: relative;
	float: left;
	width: 545px;
}

.ratingListDetail {
	position: relative;
	float: right;
	width: 100px;
	text-align: right;
}

.imgListDetail {
	position: relative;
	float: left;
	margin-top: 8px;
	margin-right: 20px;
	width: 80px;
}

.specsListDetail {
	position: relative;
	border-left: 1px solid #F9F9F9;
	padding: 8px 0 0 10px;
	float: left;
	text-align: left;
	font-size: 11px;
	color: #333;
	width: 500px;
	margin-bottom: 10px;
}

.specsListDetail p {
	font-size: 11px;
	color: #333;
	text-align:left;
	padding: 0px;
	margin: 0px;
}

.buyListDetail {
	position: relative;
	float: left;
}

.buyListDetail .price {
	background: url(../images/promo_price-50.gif) no-repeat;
}

.buyListDetail .bonus {
	background: url(../images/promo_bonus-50.gif) no-repeat;
}

.buyListDetail .discount {
	background: url(../images/promo_discount-50.gif) no-repeat;
}

.promoListDetail {
	height: 50px;
	width: 62px;
	margin: 10px 0px 20px 55px;
}

.cartListDetail {
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
}

.cartListDetail img {
	vertical-align: middle;
	margin-right: 5px;
}

.cartListDetail .productPrice {
	color: #164AA1;
	font-size: 11px;
	margin: 10px 0px;
}

#productSearchDiv {
	width: 715px;
	margin: 0px 10px 25px 10px;
	padding-top: 10px;
	border-top: 2px solid #F00;
	text-align: left;
	font-size: 13px;
}

.zeroProductsMessage {
	padding: 15px 10px;
	text-align: left;
}
/***** LIST END *****/

/***** DETAIL START *****/
.titleProductDetail {
	width: 715px;
	margin: 0 10px;
	border-bottom: 3px solid #60A800;
	padding: 5px 0;
	text-align: left;
	color: #03418A;
}

.titleProductDetail h1{
	font-family: verdana, arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #164AA1;
}

#imgProductDetailDiv.price {
	background: url(../images/promo_price-80.gif) no-repeat top right;
}

#imgProductDetailDiv.bonus {
	background: url(../images/promo_bonus-80.gif) no-repeat top right;
}

#imgProductDetailDiv.discount {
	background: url(../images/promo_discount-80.gif) no-repeat top right;
}

#promoContainerDiv .price {
	background: url(../images/promo_price-50.gif) no-repeat 95% 10%;
}

#promoContainerDiv .bonus {
	background: url(../images/promo_bonus-50.gif) no-repeat 95% 10%;
}

#promoContainerDiv .discount {
	background: url(../images/promo_discount-50.gif) no-repeat 95% 10%;
}

.imgProductDetail {
	position: relative;
	float: left;
	width: 370px;
	height: auto;
	margin: 25px 25px 5px 10px;
	_margin: 25px 25px 5px 3px;
	border: 1px solid #7FDB03;
	padding:5px 0px;
	text-align: left;
}

/*
* the id of the div that display the product image in the
* page that displays the details about the product detail_view.php
*/
#promo
{
	background: url(../images/promo_1.gif) no-repeat;
}

.imgProductDetail img {
	margin: 20px 0px 0px 20px;
}

.titlePriceProductDetail {
	background-color: #164AA1;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	height: 18px;
}

.transp:link, .transp:hover, .transp:visited {
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.priceProductDetail {
	border: 1px solid #164AA1;
	position: relative;
	float: left;
	width: 315px;
	height: 230px;
	margin: 25px 0 10px 0px;
}

.priceProductDetail table {
	text-align: center;
	width: 95%;
}

.priceProductDetail table td {
	border-bottom: 1px solid #CCC;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

.priceProductDetail table td.last {
	border: none;
}

.priceProductDetail .price {
	font-size: 16px;
}

.cartProductDetail {
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
}

.cartProductDetail a, .cartProductDetail a:visited, .cartProductDetail a:hover {
	color: #F00;
	text-decoration: none;
}

.cartProductDetail img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}

.phoneProductDetail .message {
	margin: 15px 0 0 0;
}

.phoneProductDetail .phone {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

.phoneProductDetail .phone img {
	vertical-align: middle;
	margin-right: 10px;
}

.toolsProductDetail {
	position: relative;
	float: left;
	width: 320px;
	margin: 0 0 0 10px;
	_margin: 0 0 0 3px;
	padding-left: 50px;
	text-align: left;
}

.toolsProductDetail p {
	margin: 0 0 10px 0;
}

.toolsProductDetail p a {
	color: #F00;
	font-size: 11px;
}

.toolsProductDetail .rating {
	font-size: 12px;
	font-weight: bold;
}

.toolsProductDetail .rating img {
	vertical-align: middle;
}

#descriptionProductDetail {
	float: left;
	width: 715px;
	margin: 10px;
	_margin-left:3px;
	_margin-right: -3px;
	font-size:11px;
	
}

#descriptionProductDetail fieldset {
	border-top: 1px solid #60A800;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 10px;
	text-align: left;
}

#descriptionProductDetail fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #164AA1;
}


#descriptionProductDetail fieldset code {
	font-size: 11px;
	text-align: left;
}

#bonusProductDetail {
	float: left;
	width: 370px;
	margin: 0px 345px 10px 10px;
}

#bonusProductDetail fieldset {
	border-top: 1px solid #60A800;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 10px;
	text-align: left;
}

#bonusProductDetail fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #164AA1;
}

#bonusProductDetail img {
	border: none;
}

#bonusProductDetail a {
	margin: 0 0 0 5px;
	color: #164AA1;
	font-size: 10px;
}
/***** TABS START *****/
.tabsContainer {
	position: relative;
	float: left;
	width: 715px;
	margin: 0px 10px;
	text-align: left;
}

.tabsContainer a {
	text-decoration: none;
	font-size: 11px;
}

#tabsContainerProductDetail {
	_margin: 0px 3px;
	width: 715px;
}

/*** the id of the element that contains the desclaimer info in the detail_view page ***/
#disclaimer
{
	margin:5px 15px 5px 15px;
	font-size: 11px;
	color:#838B8B;
}

#lineSeparator
{
	margin:-5px 5px 5px 3px;
	width: 650px;
	color:#838B8B;
}

#specsTitle
{
	margin:15px 0px 0px;
	border-top: 1px solid #60A800;
	border-left: none;
	border-right: none;
	border-bottom: none;
	text-align: left;
}

#specsTitle .legend {
	font-size: 12px;
	font-weight: bold;
	color: #164AA1;
	position: relative;
	top: -9px;
	left: 10px;
}

#specsTitle .legend span {
	max-width: 630px;
	background-color: #F9F9F9;
}

.specialFieldset
{
	margin:15px 5px 0px 3px;
	_margin:0px 5px 0px 3px;
}


.specialFieldset fieldset {
	border-top: 1px solid #60A800;
	border-left: none;
	border-right: none;
	border-bottom: none;
	padding: 10px;
	text-align: left;
	font-family: verdana, arial, sans-serif;
}

.specialFieldset fieldset legend {
	font-size: 12px;
	font-weight: bold;
	color: #164AA1;
}
.specialFieldset fieldset table {
	font-family: verdana, arial, sans-serif;
}

.redColor
{
	color:red;
}

.blueColor
{
	color: #164AA1;
}

.bold
{
	font-weight: bold;
}

#infoProductDetail table {
	font-size: 11px;
	width: 690px;
	margin: 0px 10px;
}

#infoProductDetail .alternative {
	background-color: #FFF;
}

#infoProductDetail th, #infoProductDetail td {
	text-align: left;
	padding: 5px 10px;
	vertical-align: top;
}

#infoProductDetail th {
	width: 40%;
}

#infoProductDetail .separator {
	width: 715px;
	background-color: #FFF;
	height: 20px;
	margin-left: -1px;
	border-top: 1px solid #7FDB03;
	border-bottom: 1px solid #7FDB03;
}



.opinionsProductDetail {
	padding: 0px 10px 10px 10px;
}

.newOpinionProductDetail {
	margin-top: 10px;
}

.newOpinionProductDetail table {
	font-size: 10px;
}

.newOpinionProductDetail th, .newOpinionProductDetail td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
}

.newOpinionProductDetail input, .newOpinionProductDetail textarea {
	border: 1px solid #164AA1;
	color: #000;
	font-size: 12px;
	width: 300px;
}

.newOpinionProductDetail textarea {
	height: 100px;
}

.newOpinionProductDetail input.button {
	width: auto;
	float: right;
	background-color: #164AA1;
	margin: 3px;
	color: #FFF;
	border: 1px solid #FFF;
}

.opinionsProductDetail fieldset {
	margin: 10px 0px;
	font-size: 12px;
	border: 0px;
	border-top: 1px solid #7FDB03;
	padding: 5px;
	background-color: #FFF;
}

.opinionsProductDetail p {
	text-indent: 15px;
}

.opinionsProductDetail p.head {
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
	color: #444;
}

.yui-navset .yui-content {
    border: 1px solid #7FDB03;
}

.yui-content {
	background-color: #F9F9F9;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav a:hover {
    background-color: #F9F9F9;
}

.yui-navset .yui-nav li a {
    background: #FFF url(../images/round_corners.gif) no-repeat;
}
.yui-navset .yui-nav li a em {
    background: transparent url(../images/round_corners.gif) no-repeat top right;
    padding: 0.5em;
}

/* top oriented */
.yui-navset-top .yui-nav {
	margin-bottom: -1px; 
} /* for overlap, based on content border-width */

.yui-navset-top .yui-nav li a {
    border-bottom: 1px solid #7FDB03;
}

.yui-navset-top .yui-nav .selected a { 
	border-bottom: 0px; 
}

.yui-navset-top .yui-nav .selected a em { 
	padding-bottom: 0.6em;
	color: #60A800;
} /* adjust height */

/* top & bottom oriented */
.yui-navset-top .yui-nav li a em, .yui-navset-bottom .yui-nav li a em {
    margin-left: 4px; /* based on border-radius */
    padding-right: 8px; /* based on border-radius (2x left to balance margin) */
    padding-left: 4px;
    font-weight: bold;
    color: #164AA1;
}

/* bottom oriented */

.yui-navset-bottom .yui-nav { 
	margin-top: -1px; 
} /* for overlap, based on content border-width */

.yui-navset-bottom .yui-nav li a { 
	border-top: 1px solid #CCC; 
}

.yui-navset-bottom .yui-nav .selected a { 
	border-top: 0px; 
}

.yui-navset-bottom .yui-nav .selected a em {
	padding-top: 0.6em; 
} /* adjust height */

.yui-navset-bottom .yui-nav li a { 
	background-position: bottom left; 
}

.yui-navset-bottom .yui-nav li a em { 
	background-position: bottom right; 
}

/* left oriented */
.yui-navset-left .yui-content { 
	margin-left: -1px; 
} /* for overlap, based on content border-width */

.yui-navset-left .yui-nav li a {
    border-right: 1px solid #CCC;
    padding-bottom: 4px;
}

.yui-navset-left .yui-nav li a em, .yui-navset-right .yui-nav li a em {
    padding-top: 8px; /* based on border-radius (2x left to balance margin) */
}

.yui-navset-left .yui-nav .selected a { 
	border-right: 0px; 
}

.yui-navset-left .yui-nav .selected a em { 
	padding-left: 0.6em; 
} /* adjust width */

.yui-navset-left .yui-nav li a { 
	background-position: bottom left; 
}

.yui-navset-left .yui-nav li a em { 
	background-position: top left; 
}

/* right oriented */

.yui-navset-right .yui-content { 
	margin-right: -1px; 
} /* for overlap, based on content border-width */

.yui-navset-right .yui-nav li a {
    border-left: 1px solid #CCC;
    padding-bottom: 4px;
}

.yui-navset-right .yui-nav .selected a { 
	border-left: 0px; 
}

.yui-navset-right .yui-nav .selected a em { 
	padding-left: 0.6em; 
} /* adjust width */

.yui-navset-right .yui-nav li a { 
	background-position: bottom right; 
}

.yui-navset-right .yui-nav li a em { 
	background-position: top right; 
}
/***** TABS END *****/

/***** DETAIL END *****/

/***** AUTH START *****/
#tabsContainerAccount {
	_margin-right: 5px;
	_margin-left: 5px;
}

#tabsContainerAccount div {
	padding-top: 10px;
}

#tabsContainerAccount input, #tabsContainerAccount select, #tabsContainerAccount textarea {
	width: 200px;
}

#tabsContainerAccount input.button {
	width: auto;
	color: #FFF;
}

#tabsContainerAccount textarea {
	height: 50px;
}

#tabsContainerAccount .autoWidth {
	width: auto;
}

#tabsContainerAccount table {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#tabsContainerAccount table th {
	vertical-align: top;
}

#tabsContainerAccount p {
	font-size: 14px;
	font-weight: bold;
}

#tabsContainerAccount p.head {
	text-align: center;
	margin: 10px 0px;
}

#tabsContainerAccount p.list {
	text-align: left;
	margin: 10px 10px;
}

#passwordRecovery p {
	padding: 0px 10px;
	margin: 5px 0px;
	text-indent: 15px;
	font-size: 13px;
	font-weight: bold;
}

#tabsContainerAccount .accountList {
	padding: 0px 10px;
}

#tabsContainerAccount .accountList pre {
	float: left;
	margin: 0px;
	width: 505px;
	font-size: 12px;
}

#tabsContainerAccount .accountList fieldset {
	border: none;
	background-color: #FFF;
	margin: 0px 0px 10px 0px;
}

#tabsContainerAccount .accountList fieldset.selected {
	border: 1px solid #F00;
}

#tabsContainerAccount .accountList legend {
	font-weight: bold;
}

#tabsContainerAccount .addressTools {
	float: right;
	margin: 0px;
	padding: 0px;
}

#tabsContainerAccount .accountTable {
	width: 695px;
	margin: 0px 0px 10px 10px;
}

#tabsContainerAccount .accountTable th {
	background-color: #CCC;
}

#tabsContainerAccount .accountTable th, #tabsContainerAccount .accountTable td {
	padding: 5px;
}

#tabsContainerAccount .accountTable td.finished {
	color: #090;
}

#tabsContainerAccount .accountTable td.canceled {
	color: #F00;
}

#tabsContainerAccount .accountTable td.waiting {
	color: #00F;
}

#tabsContainerAccount .accountTable tr.alternative {
	background-color: #FFF;
}

#tabsContainerAccount .accountTable a:link, 
#tabsContainerAccount .accountTable a:visited, 
#tabsContainerAccount .accountTable a:hover {
	text-decoration: underline;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

#tabsContainerAccount .identityCardSeries {
	width: 40px;
	margin-right: 5px;
}

#tabsContainerAccount .identityCardNumber {
	width: 155px;
}

#tabsContainerAccount .cuiType {
	width: 40px;
	margin-right: 5px;
}

#tabsContainerAccount .cuiNumber {
	width: 155px;
}

#tabsContainerAccount .comRegType {
	width: 40px;
}

#tabsContainerAccount .comRegCode {
	width: 40px;
}

#tabsContainerAccount .comRegNb {
	width: 50px;
}
#tabsContainerAccount .comRegYear {
	width: 55px;
}

#orderHistory table {
	width: 630px;
	margin: 0px 10px;
}

#orderHistory table th, #orderHistory table td {
	padding: 2px 0px;
}

#orderHistory table thead th {
	background-color: #DDD;
}

#orderHistory table tbody th {
	text-align: left;
}

#orderHistory table tfoot td {
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

#orderHistory a:link, #orderHistory a:visited, #orderHistory a:hover {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#orderHistory p.head {
	text-align: left;
	margin: 10px 0 0 10px;
	color: #777;
}


#orderHistory .tools {
	margin: 20px 0 0 10px;
}

#orderHistory .listTools {
	width: auto;
}

.pageNavigationOrderList {

	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:blue;	
}

/***** AUTH END *****/

/***** SHOPPING CART START *****/
.cartContainer {
	width: 715px;
	margin: 0px 10px;
}

.cartContainer p {
	text-align: left;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
}

.cartContainer table {
	border: 2px solid #CCC;
	width: 695px;
	margin: 0px 10px;
}

.cartContainer table thead th {
	background-color: #CCC;
	padding: 3px 0px;
}

.cartContainer table tbody td {
	border: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}

.cartContainer table tfoot td {
	padding: 5px;
	border-top: 1px solid #CCC;
}

.cartContainer table tfoot td strong {
	font-size: 14px;
}

.cartContainer input.text {
	width: 35px;
	text-align: center;
	border: 1px solid #CCC;
}

.cartContainer a:link, .cartContainer a:visited, .cartContainer a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 12px;
}

.cartContainer a.deleteLink:link, .cartContainer a.deleteLink:visited, .cartContainer a.deleteLink:hover {
	color: #F00;
	text-decoration: underline;
}

.cartContainer a.toolLink:link, .cartContainer a.toolLink:visited, .cartContainer a.toolLink:hover {
	color: #555;
	text-decoration: underline;
	margin-right: 10px;
}

.cartContainer img {
	float: left;
	vertical-align: top;
	border: none;
	width: 50px;
	height: 50px;
	margin: 5px 10px 5px 5px;
}

.cartContainer input.tools {
	margin: 10px 0 0 0;
	float: left;
	width: auto;
}

.cartContainer input.send {
	margin: 10px 10px 0 0;
	float: right;
	width: auto;
}
/***** SHOPPING CART END *****/

/***** ORDER START *****/
.sendOrderTable td, .sendOrderTable th {
	vertical-align: top;
}

p.orderHead {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
	margin: 0px 10px;
	width: 715px;
	border-bottom: 2px solid #F00;
	text-align: left;
}

.orderDetails {
	margin: 20px 10px 20px 20px;
	width: 330px;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}

.orderDetails .boxHead {
	margin-bottom: 10px;
}
.orderDetails p.head {
	color: #164AA1;
	font-weight:bold;
}

.orderDetails table {
	width: 100%;
	margin-left: 5px;
	text-align: left;
}

.orderDetails table th, .orderDetails table td {
	padding-bottom: 3px;
	font-size: 12px;
}

.orderDetails a:link, .orderDetails a:visited, .orderDetails a:hover  {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

.orderDetails input.text, .orderDetails textarea, .orderDetails select {
	width: 130px;
}

.orderDetails input[type="radio"], .orderDetails input[type="button"] {
	width: auto;
}

.listEntity table {
	font-size: 11px;
}

.listEntity table th {
	text-align: left;
}

.listEntity table th, .listEntity table td {
	font-size: 11px;
}

.orderCart table {
	width: 695px;
	margin: 0px 20px;
}

.orderCart table th, .orderCart table td {
	padding: 2px 0px;
}

.orderCart table tr.gift
{
	font-size: 11px;
	font-style:italic;
	
}

.orderCart table thead th {
	background-color: #DDD;
}

.orderCart table tbody th {
	text-align: left;
}

.orderCart table td.topLine {
	padding-top: 10px;
	border-top: 1px solid #CCC;
}

.orderCart a {
	font-size: 12px;
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

#orderHistory .orderCart table {
	width: 695px;
	margin: 0px 9px;
}

.finishButton {
	text-align: right;
	margin: 20px;
}
/***** ORDER END *****/



/***** PANEL START *****/
#comparatorPanelDiv.yui-panel {
	overflow: visible;
}

#comparatorPanelDiv.yui-panel .bd {
	overflow-y: auto;
	overflow-x: hidden;
}

#comparatorPanelDiv.yui-panel .hd {
	background-color: #164AA1;
	text-align: left;
}

#comparatorPanelDiv.yui-panel .ft {
	text-align: right;
}

#comparatorPanelDiv.yui-panel .ft a {
	color: #164AA1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#comparatorPanelDiv.yui-panel .container-close {
	background: transparent url(../images/close.gif) no-repeat scroll 0%;
}


/***** PANEL END *****/

#comparatorBodyDiv
{
	width: 900px;
	height: 500px;
}

#comparatorBodyDiv table {
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

#comparatorBodyDiv table th, #comparatorBodyDiv table td {
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
}

#comparatorBodyDiv .alternative {
	background-color: #EEE;
}

#comparatorBodyDiv select {
	border: 1px solid #CCC;
	color: #000;
	font-size: 10px;
	width: 270px;
}

.comparatorItem {
	width: 280px;
	float: left;
	margin: 10px 5px;
	height: 100%;
	font-size: 11px;
}

.comparatorItem img {
	width: 100px;
	height: 100px;
	border: 1px solid #CCC;
}

.comparatorItem p.price {
	color: #F00;
	font-size: 12px;
	font-weight: bold;
}
/***** COMPARATOR END *****/

/***** CONTENT END *****/

/***** EXTRA START *****/
#extraDiv {
	width: 135px;
	vertical-align: top;
}

.cartNoProducts {
	font-size: 11px;
	font-weight: bold;
}

.cartNoProducts a:link, .cartNoProducts a:visited, .cartNoProducts a:hover {
	text-decoration: none;
	color: #000;
}

.cartCostProducts {
	font-size: 10px;
	font-weight: bold;
}

.cartCostProducts a:link, .cartCostProducts a:visited, .cartCostProducts a:hover {
	text-decoration: none;
	color: #666;
}

#popularCategoriesDiv
{
	min-height: 65px;
}

#popularCategoriesDiv a, #popularCategoriesDiv a:visited,.popularCategoriesDiv a:active {
	text-decoration: none;
	color: #164AA1;
	font-size: 9px;
	font-weight: bold;
}

#recomDiv {
	min-height: 65px;
}

#popularCategoriesDiv table
{
	margin:3px 5px 5px 5px;
	_margin:3px 2px 5px 5px;
}


.recomBox {
	padding-top: 5px;
	border-bottom: 1px dotted #CCC;
}

.recomBox a, .recomBox a:visited,.recomBox a:active {
	text-decoration: none;
	color: #164AA1;
	font-size: 9px;
	font-weight: bold;
}

.recomBox a img {
	border: none;
}

.recomBox p {
	font-size: 11px;
	font-weight: bold;
	color: #F00;
}
/***** EXTRA END *****/

/***** FOOTER START *****/
.footer {
	float: left;
	background-color: #164AA1;
	width: 1000px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0px;
	margin-top: 10px;
}

.footerSeparator {
	float: left;
	background-color: #164AA1;
	width: 1000px;
	height: 8px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
}
/***** FOOTER END *****/

/** messages START***/
#messagesDiv{
	font-size: 10px;
	color:blue;
	padding-top:0px;
	text-align:center;
}

.errors{
	font-size: 10px;
	color:red;
	font-weight: bold;
	padding-top:0px;
}

#tabsContainerAccount .error{
	font-size: 10px;
	color:red;
	font-weight: bold;
	padding:0;
}

#tabsContainerAccount .error p{
	font-size: 10px;
	color:red;
	font-weight: bold;
}

/** messages END ***/

/*** buyerContentDiv ********/
#buyerContentDiv .radio {
	width: 20px;
	border: none;
}

#buyerContentDiv .identityCardSeries {
	width: 25px;
	margin-right: 5px;
}

#buyerContentDiv .identityCardNumber {
	width: 100px;
}
#buyerContentDiv .cuiType {
	width: 40px;
	margin-right: 5px;
}

#buyerContentDiv .cuiNumber {
	width: 100px;
}

#buyerContentDiv .comRegType {
	width: 30px;
}

#buyerContentDiv .comRegCode {
	width: 40px;
}

#buyerContentDiv .comRegNb {
	width: 40px;
}
#buyerContentDiv .comRegYear {
	width: 55px;
}

#buyerContentDiv p.head {
	text-align: center;
	margin: 10px 0px;
	color:#164AA1;
	font-weight:bold;
}
#otherDetailsDiv .identityCardSeries {
	width: 25px;
	margin-right: 5px;
}

#otherDetailsDiv .identityCardNumber {
	width: 100px;
}
/** buyerContentDiv END ***/

/*** addressContentDiv  ***/
#addressContentDiv .radio {
	width: 20px;
	border: none;
}

#addressContentDiv p.head {
	text-align: center;
	margin: 10px 0px;
}
/*** addressContentDiv END ***/

/*** paymentContentDiv  ***/
#paymentContentDiv .radio {
	width: 20px;
	border: none;
}
/*** paymentContentDiv END ***/

span.paymentInfo 
{
	font-size:10px;
	font-weight:bold;
}

#detailOrder
{
	width: 640px;
	margin: 0px 20px;
}
#detailOrder table
{
  	width: 100%;
}


#detailOrder table th
{
	text-align:left;
}


.viewOrder
{
	width: 610px;
	margin: 0px 2px;
}
.viewOrder table
{
  width: 600px;
}

.viewOrder table th
{
	text-align: left;
	text-indent: 10px;
}

#content .viewOrder
{
	width: 610px;
	margin: 0px 2px;
}
#content .viewOrder table
{
  width: 600px;
}

#content .viewOrder table th
{
	text-align: left;
	text-indent: 10px;
}


.info {
	font-size: 11px;
	font-style: italic;
	text-indent: 0px;	
}

.orderCaption
{
	font-size: 12px;
	font-weight: bold;
    color:red;
    text-align:left;
	text-indent: 10px;	
}

.orderAgent
{
	font-weight: bold;
    color:blue;
}	

.statusFinished {
	color: #0F0;
}

.statusWaiting {
	color: #00F;
}

.statusCanceled {
	color: #F00;
}

.statusBilled {
	color: #F10;
}

.statusTaken {
	color: red;
}
.statusDeleted {
	color: blue;
}
/**** END order status class ***/

/*** START order_view **/
.orderDetailsEm
{
	color: #164AA1;
}
/*** END order_view **/

/*** textContentDiv  ***/
.textContentDiv {
	text-align: justify;
	_text-align: left;
	margin-left: 10px;
	margin-right: 10px;
}

.textBlueContentDiv {
	color:  #0000ff;
}
/*** END textContentDiv  ***/

/*** START historyDiv ***/
.historyLink
{
	text-decoration:none;
	color:#fff;
}
/*** END historyDiv ***/

/*** START onlinepayDiv ***/
#onlinepayDiv {
	padding: 5px 0 5px 0;
}

#onlinepayDiv img {
	width: 50px;
}
/*** END onlinepayDiv ***/

/***** PANEL START *****/
#messageDiv.yui-panel {
	overflow: visible;
}
#messageDiv.yui-panel .bd {
	overflow-y: auto;
	overflow-x: hidden;
}

#messageDiv.yui-panel .hd {
	background-color: #164AA1;
	text-align: left;
}

#messageDiv.yui-panel .ft {
	text-align: right;
}

#messageDiv.yui-panel .ft a {
	color: #164AA1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#messageDiv.yui-panel .container-close {
	background: transparent url(../images/close.gif) no-repeat scroll 0%;
}

#messageBodyDiv
{
	width:350px;
	height:auto;
}
/***** PANEL END *****/

/***** WARNING PANEL START *****/
#warningDiv.yui-panel {
	overflow: visible;
}
#warningDiv.yui-panel .bd {
	overflow-y: auto;
	overflow-x: hidden;
}

#warningDiv.yui-panel .hd {
	background-color: #164AA1;
	text-align: left;
}

#warningDiv.yui-panel .ft {
	text-align: right;
}

#warningDiv.yui-panel .ft a {
	color: #164AA1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#warningDiv.yui-panel .container-close {
	background: transparent url(../images/close.gif) no-repeat scroll 0%;
}

#warningBodyDiv
{
	width:350px;
	height:auto;
	margin-bottom: 15px;
	text-align: left;
}
/***** WARNING PANEL END *****/
/**** START companyFooterDiv ****/
#companyFooterDiv
{
	text-align:center;
	width:100%;
	padding-top:3px;
}
/**** END companyFooterDiv ****/

#disclaimerDiv
{
	width: 722px;
	_width: 726px;
	margin: 0px 3px;
	margin-bottom:10px;
	_margin-bottom:10px;
	border: 1px solid #EBECE4;
	text-align:left;
	padding:2px;
	_padding:0px;
	font-size:11px;

}


#disclaimerDiv table td
{	
	color: #164AA1;
}
#disclaimerDiv1 table td:first-letter
{
	color: #ff0000;
	font-size:large;
}

#subcategoriesListDiv
{
	width: 722px;
	_width: 726px;
	
	margin: 0px 3px;
	margin-bottom:4px;
	_margin-bottom:3px;
	border: 2px solid #7FDB03;
	text-align:left;
	
}

#subcategoriesDiv
{
	
	width: 722px;
	_width: 722px;
}

#titleDiv
{
	background:transparent;
	margin-left:5px;
	margin-top:-19px;
	_margin-top:-10px;
	position:absolute;

}

#titleDiv h1
{
	color:#000000;
	background:#FFFFFF none repeat scroll 0%;
	text-indent:3px;
}

#subcategoriesListDiv fieldset
{
	border: 2px solid #7FDB03;
	width: 704px;
	_width: 722px;
}

#subcategoriesParentTable 
{
	width:400px;
	margin-top:8px;
}

.subcategoriesTable 
{
	width:200px;
}

#subcategoriesListDiv table tr td
{
	color:#164AA1;
	font-weight:bold;
	font-size:11px;
}


#subcategoriesListDiv a
{
	text-decoration:none;
	font-size:11px;
	color:#164AA1;
}

#priceComparingSites
{
	text-align:center;
	margin-top:10px;
}


.pagenotfound
{
	margin:10px 3px 10px 3px;
	_margin:3px 3px 10px 3px;
	
}

.pagenotfound fieldset
{
	border: 2px solid #7FDB03;
}
.pagenotfound table
{
	width:100%;
	_width:96%;
	margin:2px;
	_margin:6px;
	font-weight:bold;
	color:#164AA1;
	font-size:11px;
}

.pagenotfound a
{
	text-decoration:none;
	color:red;
}

.specialMessage
{
	margin:10px 3px 10px 3px;
	_margin:3px 3px 10px 3px;

}

.specialMessage fieldset
{
	border: 2px solid #7FDB03;
	padding-bottom:13px;
}
.specialMessage table
{
	width:100%;
	height:100%;
	_width:96%;
	font-weight:bold;
	color:red;
	font-size:11px;
	text-decoration: underline;
	text-align:center;
	vertical-align:center;
	
}

.pagenotfound a
{
	text-decoration:none;
	color:red;
}


/*** START sitemap ***/
.subcategory
{
	text-indent:20px;
}
	
.products
{
	text-indent:40px;
	font-size:10px;	
	
}
.specialFieldset fieldset table a
{
	text-decoration:none;
	
}

.specialFieldset fieldset table a:visited
{
	text-decoration:none;
	color:#0000ff;
	
}

.productLink
{
	color:#164AA1;
}

.productLink a:visited
{
	color:#164AA1;
}

/*** END sitemap ***/

.textPromoTd
{
 	color:#164AA1;
	font-size:10px;
}

.infoEmph {
	font-weight: bold;
	color: #00f;
}

.infoLink a:link, .infoLink a:visited, .infoLink a:hover {
	color: #f00;
}

.infoUnder {
	text-decoration: underline;
}

#certificationDiv {
	border: 2px solid #164AA1;
	text-align: center;
	margin-top: 5px;
	width: auto;
	padding: 5px;
}

#certificationDiv img {
	vertical-align: middle;
}
#descriptionProductDetail p{

}
