@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*-----------------header elements-----------------*/
/*top bar*/
.topBar {
	border-bottom: 1px solid #e0e0e0;
	padding: 3px 0;
	font-size: 85%;
}
.topBar div {
	width: 1000px;
	margin: 0 auto;
}
.topBar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topBar ul li {
	float: left;
	margin: 4px 10px 0 0;
}
.topBar form {
	float: right;
	display: block;
}
.topBar form div {
	float: left;
	width: auto !important;
	margin: 0 !important;
}
.topBar form a {
	float: left;
	margin: 4px 0 0 4px;
}

/*header Content - logo, banner*/
.headerContent {
	width: 1000px;
	margin: 10px auto;
}
.logo {
	background: url(../images/new/logo.png) no-repeat;
	width: 230px;
	height: 40px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
}
.bannerHeader {
	width: 729px;
	float: right;
	font-size: 70%;
	color: #999999;
	text-align: right;
}
.bannerHeader span {
	display: block;
}
.bannerRight {
	width: 300px;
	height: 260px;
	font-size: 70%;
	color: #999999;
	text-align: right;
	margin-bottom: 10px;
}
.bannerRight span {
	display: block;
}

/*navigation*/
.navigation {
	border-bottom: 6px solid #ebedee;
}
.navigation div {
	width: 1000px;
	margin: 3px auto;
}
.navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navigation ul li,
.navigation ul li:hover,
.navigation ul li a,
.navigation ul li a:hover,
.navigation ul li.active,
.navigation ul li.active a {
	background-image: url(../images/new/buttons.png);
	background-repeat: no-repeat;
}
.navigation ul li {
	float: left;
	position: relative;
	margin: 0 4px -5px 0;
	background-color: #dde6ed;
	background-position: left top;
}
.navigation ul li:hover,
.navigation ul li.active {
	background-color: #fec162;
	background-position: 0 -64px;
}
.navigation ul li a {
	display: block;
	padding: 3px 15px 0;
	min-height: 29px;
	font-size: 20px;
	font-family: Cambria, "Times New Roman", serif;
	text-decoration: none;
	color:#344871;
	background-position: right -32px;
}
.navigation ul li a:hover,
.navigation ul li.active a {
	background-position: right -96px;
}
.navigation ul li a:hover,
.navigation ul li a:active,
.navigation ul li.active a {
	color: #d96921;
}

/*shopping cart*/
.shoppingCart {
	float: right;
	width: auto !important;;
	margin: 0 !important;
	font-weight: bold;
}
.shoppingCart a span {
	text-decoration: none !important;
}
.shoppingCart a img {
	border: none;
	border-bottom: 2px solid #fff;
	margin: 0 0 -3px;
	padding:0 5px;
}
/*.shoppingCartButton {
	background: url(../images/new/shopingCartIcon.png) no-repeat 0 0;
	padding:0 0 0 36px;
	position: relative;
	float: left;
}
.shoppingCartButtonCheckin {
	background: url(../images/new/shopingCartIcon.png) no-repeat 0 -46px;
	padding:0 0 0 36px;
	position: relative;
}
.shoppingCartButton input,
.shoppingCartButtonCheckin input {
	position: relative;
	background: url(../images/new/shopingCartIcon.png) no-repeat 100% -23px;
	padding: 3px;
	margin: 0 -10px 0 0;
	color: #fff;
	border: none;
	height: 23px;
}*/

.shoppingCartButton input,
.shoppingCartButtonCheckin input {
	padding:0 0 0 36px;
	position: relative;
	height: 23px;
	color: #fff;
	border: none;
	overflow: visible;
	cursor: pointer;
}
.shoppingCartButtonCheckin input {
	background: url(../images/new/shopingCartIcon.png) no-repeat 0 -46px;
}
.shoppingCartButton input {
	background: url(../images/new/shopingCartIcon.png) no-repeat 0 0;
}
.shoppingCartButton,
.shoppingCartButtonCheckin {
	position: relative;
	background: url(../images/new/shopingCartIcon.png) no-repeat 100% -23px;
	padding: 0 5px 0 0;
	float: left;
	
	
}
.signBuy {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 45px;
	height: 29px;
	background: url(../images/new/sighShop.png) no-repeat;
}
.signFree {
	position: absolute;
	top: 10px;
	right: -5px;
	width: 45px;
	height: 29px;
	background: url(../images/new/signFree.png) no-repeat;
}

.content fieldset {
	border: none;
	margin: 0;
	padding: 5px 0;
}
.shoppingCartContent .legend,
.content .legend {
	border: none !important;
	background: none !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	display: block;
}
.shoppingCartContent table {
	width: 100%;
}
.shoppingCartContent fieldset,
.content fieldset {
	/*border-bottom: 1px solid #d3d7da;*/

}

.shoppingCartContent th {
	background: #f5f8f9;
	vertical-align:top;
	text-align: left;
	white-space: nowrap;
	padding: 5px;
}
.shoppingCartContent td {
	padding: 10px 0;
	vertical-align: top;
}
.shoppingCartContent table table td {
	border-bottom: none !important;
}
.shoppingCartContent .separate {
	background: #c0c0c0;
	padding: 0!important;
}
.shoppingCartContent select {
	width: 100%;
}
.shoppingCartContent .shoppingCartButtonCheckin {
	float: right;
}
.shoppingCartContent a.no {
	display:block;
	margin-top:-5px;
}

table.fieldset {
	margin: 0 0 20px 0;

}
table.fieldset td {
	padding: 2px;
	border-bottom: 2px solid #fff;
}


/*breadcrumb nav*/
.breadcrumb {
	width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #dfdfdf;
}
.breadcrumb a,
.breadcrumb span {
	float: left;
	padding: 6px 15px 4px 6px;
	display: block;
	font-size: 80%;
}
.breadcrumb a {
	background: url(../images/new/bulet1.png) no-repeat right;
	color: #686667 !important;
}
.breadcrumb a:hover,
.breadcrumb a:active {
	color: #585757 !important;
}
.breadcrumb span {
	color: #979797;
}




/*-----------------primary content---------------*/
#primaryContent {
	width: 1000px;
	margin: 10px auto;
}
/*layout 1*/
.layout1 .coll1,
.layout1 .coll2,
.layout1 .coll3 {
	display: block;
}
.layout1 .coll1 {
	float: left;
	width: 190px;
	margin-right: 25px;
	padding-left: 5px;
}
.layout1 .coll1 .t11 {
	font-size: 100% !important;
}
.layout1 .coll2 {
	float: left;
	width: 450px;
	margin-right: 25px;
	
}
.layout1 .coll3 {
	float: left;
	width: 300px;
}


/*layout 2*/
.layout2 .coll1 {
	display: none;
}
.layout2 .coll2,
.layout2 .coll3 {
	display: block;
}
.layout2 .coll2 {
	float: left;
	padding-left: 5px;
	width: 670px;
	margin-right: 25px;
}
.layout2 .coll3 {
	float: left;
	width: 300px;
}
/*layout 3*/
.layout3 .coll1,
.layout3 .coll3 {
	display: none;
}
.layout3 .coll2 {
	display: block;
}
.layout3 .coll2 {
	padding-left: 5px;
}
/*layout 4*/
.layout4 .coll1,
.layout4 .coll3 {
	display: none;
}
.layout4 .coll2 {
	display: block;
	width: 700px;
}
.layout4 .coll2 {
	padding-left: 5px;
}

.coll2 .content {
	padding: 0 0 20px 0;
}

/*-------------footer--------------------*/
.footerContent {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #d1d8df;
	font-size: 85%;
	line-height: 160%;
	color: #424343;
}
.footerContent dl {
	margin: 0 auto 5px;
	
}
.footerContent dt {
	width: 120px;
	margin: 0;
	position: relative;
	float: left;
	text-align: right;
	font-weight: bold;
}
.footerContent dd {
	position: relative;
	margin-left: 140px;
}
.footerContent a {
	 margin-right: 5px; margin-left: 5px; 
}
.footerContent div {
	text-align: center;
	padding: 3px 0;
}
.footerContent .important {
	font-size:100% !important; 
	text-transform: uppercase;
	font-weight: bold;
	margin:-10px 0 10px; 
	border-bottom: 1px solid #D1D8DF; 
	padding: 3px 0;
}
.footerContent .important a {
	margin-right: 7px; margin-left: 7px; 
}

.footerContent .fake a {
	color: #424343 !important;
	text-decoration: none !important;
	margin-right: 0 !important;
	line-height: 90%;
}
.footerContent a img {
	vertical-align: middle;
}


/*-------------------content---------------*/

/*Lists*/
.content ul,
.content ol {
	padding-left: 30px;

}
.box1 .content ul li,
.content ul li ol li,
.content ul li ul li,
.box1 .content ol li,
.content ol li ol li,
.content ul li {
	padding: 5px 0 5px 15px !important;
}
.box1 .content ol li,
.box1 .content ul li {
	line-height: 150%;
}
.box1 .content ul ul {
	margin-left: 20px !important;
}

.content ol li {
	padding: 5px 0 5px 0;
}
.content ol li ol {
	padding-left: 20px;
	margin-left: 0;
}
.coll2 .content ul {
	margin: 10px;
	padding: 0;
	list-style-type: none;
}
.coll2 .content ul li {
	background: url(../images/new/bulet4.png) no-repeat 0px 13px;
	line-height: 140%;
}
/*headings*/
.coll2 h2 {
	display:block;
	font-size:1.50em;
	font-weight:normal;
	margin: 0 0 1em 0;
	font-family: Verdana,"Times New Roman",serif;
}
.coll2 h2 a {
	font-family: Verdana,"Times New Roman",serif !important;
}
.coll2 h2.shoppingCartHead {
	font-size:1.50em;
	background: url(../images/new/shoppingCartBig.png) no-repeat 0 0;
	padding: 2px 0 5px 50px;
}
.coll2 h3 {
	display:block;
	font-size:1.17em;
	font-weight:bold;
	margin:0.2em 0 ;
	padding:0.2em;
	background: #f4f8f9;
}
.coll2 ol h3 {
	display:block;
	font-size:1.17em;
	font-weight:bold;
	margin:0.2em 0 0.2em -30px !important;
	padding:0.2em 0.2em 0.2em 30px !important;
	background: #f4f8f9;
}
.coll2 h4 {
	display:block;
	font-size:1.17em;
	font-weight: bold;
	margin:0.2em 0;
}
.coll2 h5 {
	display:block;
	font-size:1.25em;
	font-weight: bold;
	margin:0.2em 0 1em;
}

.coll2 .box1 {
	width: 485px;
	float: left;
}
.mrRight20 {
	margin-right: 20px;
}
.steps {
	position: relative;
	margin: 15px 0 10px 0;
}
.steps div {
	float: left;
}
.steps .step1,
.steps .step2 {
	position: relative;
	display: block;
	width: auto;
	float: left;
	color: #fff;
	background: #91a7cb;
	height: 17px;
}
.steps .step1 {
	padding: 1px 15px 0 10px;
	margin-right: 18px;
}
.steps .step2 {
	padding: 1px 15px 0 0;
	margin-left: 7px;
}

.steps .step1.inactive,
.steps .step2.inactive {
	background: #e1e3e7;
	color: #354972;
	float: left;
}
.steps .step1 em,
.steps .step2 em {
	float: left;
	display: block;
	font-style: normal;
}
.steps .step1 span,
.steps .step2 span,
.steps .step1.inactive span,
.steps .step2.inactive span {
	position: relative;
	display: block;
	width: 15px;
	height: 18px;
}
.steps .step1 span {
	background: url(../images/new/step1_active.png) no-repeat right top;
	position: absolute;
	right: -15px;
	top: 0;
}
.steps .step1.inactive span {
	background: url(../images/new/step1_inactive.png) no-repeat right top;
	position: absolute;
	right: -15px;
	top: 0;
}

.steps .step2 span {
	background: url(../images/new/step2_active.png) no-repeat left top;
	position: absolute;
	left: -15px;
	top: 0;
}
.steps .step2.inactive span {
	background:url(../images/new/step2_inactive.png) no-repeat left top;
	position: absolute;
	left: -15px;
	top: 0;
}


/*-------------------------box1----------------------- */
.box1 {
	border: 1px solid #dfdfdf;
	position: relative;
	margin-bottom: 20px;
}
.box1 h2 {
	font-weight: bold;
	font-size: 100% !important;
	margin: 0 !important;
	padding: 7px 0 0 30px !important;
	background: url(../images/new/bulet2.png) no-repeat 10px 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}

.box1 ul.top1 {
	background: #f6f7f9 url(../images/new/top1_right.png) no-repeat right top;
	position: relative;
	margin: -1px -1px  0 -1px;
	padding: 0;
}
.box1 ul.top1 li {
	display: block;
	/*min-height: 29px;*/
	background: url(../images/new/top1_left.png) no-repeat left top;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 11px!important;
}
.box1 ul.top1 h2 {
	padding:  0 !important;
	background: none !important;
	font-size: 130% !important;
}


.box1 ul.top {
	background: #f6f7f9 url(../images/new/box1_r1.png) no-repeat right top;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	margin: -1px -1px  0 -1px;
	padding: 0;
}
.box1 ul.top li {
	display: block;
	min-height: 29px;
	background: url(../images/new/box1_l1.png) no-repeat left top;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 !important;
}

.box1 .bottom {
	background: url(../images/new/box1_r2.png) no-repeat right bottom;
	position: relative;
	margin: 0 -1px -1px -1px;
}
.box1 .bottom span {
	display: block;
	height: 3px;
	width: 8px;
	line-height: 0 !important;
	background: url(../images/new/box1_l2.png) no-repeat left bottom;
}
.box1 .content {
	padding: 5px 10px;
}
.box1 .content ul,
.box1 .content ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.box1 .content ul li,
.box1 .content ol li {
	background: url(../images/new/bulet3.png) no-repeat 5px 14px;
}
/*---------------box2---------------------*/
.box2 {
		background: #f4f8f9;
		margin: 10px 0;
}
.box2 .top {
	background: url(../images/new/box2_r2.png) no-repeat right top;
}
.box2 .top span {
	background: url(../images/new/box2_l2.png) no-repeat left top;
	display: block;
	height: 8px;
	width: 8px;
	line-height: 0 !important;

}
.box2 .bottom {
	background: url(../images/new/box2_r1.png) no-repeat right bottom;

}
.box2 .bottom span {
	background: url(../images/new/box2_l1.png) no-repeat left bottom;
	display: block;
	height: 8px;
	width: 8px;
	line-height: 0 !important;
}
.box2 .content {
	background: #f4f8f9;
	border-left: 1px solid #ecedef;
	border-right: 1px solid #ecedef;
	padding: 10px 15px;
}
.box2 .content table {
	position: relative;
	display: block;
}
.box2 table td {
	padding: 2px 10px;
}
/*-------advertising------------*/


.advertising li div {
	padding: 1em 0;
	border-bottom: 1px solid #ecedef;
}
.advertising li h3 {
	margin:0.2em 0 0.2em 0 !important;
	padding:0.2em  !important;
}
.advertising  img {
	/*float: right !important;
	border: 2px solid #f4f8f9 !important;*/
}
.advertising .prise {
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #F4F8F9;
	font-size: 90%;
}
.advertising .prise  td,
.advertising .prise  th {
	padding: 8px;
	vertical-align: top;
	text-align: center;
	border: 2px solid #F4F8F9;
}
.advertising .prise  th {
	background: #fafdfe;
}
.question {
	margin: 0;
	padding: 0;
	float: right;
}
.question li {
	float: left;
	background: none !important;
}
.question .top,
.top {
	display: block;
}
.question .top a,
.top a {
	background: url(../images/new/arrowTop.png) no-repeat left;
	padding-left: 15px;
	margin-left: 10px;
}
.top a {
	float: right;
}
.question .top a {
	float: none !important;
}
/*-----------order by----------------*/
.order_by {
	background: #ecedef;
	padding: 5px;
}
.order_by label{
	float: left;
	width: 80px;
}
.pagination {
	border: 1px solid #e0e0e0;
	padding: 5px;
	text-align: center;
	margin: 4px 0 0;
	
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */