@charset "utf-8";

@import url(reset.css);
@import url(structure.css);
@import url(index.css);
@import url(forms.css);
@import url(table.css);
@import url(offers.css);
@import url(products.css);
@import url(account.css);
@import url(checkout.css);
@import url(carousel.css);
@import url(sitemap.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #E2E2E2 url(../images/background_site.jpg) repeat-x bottom;
	margin: 0;
	padding: 0 0 20px 0;
	text-align: center;
	font-size:12px;
	color: #000000;
}

body img {
	background: url(../images/icons/loader.gif) no-repeat 50% 50%;
}

body a img {
	border: 0;
}
body a, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}
/* red a */body .red, .navbar_header .red {
	color: #D04842;
}
/* grey a */body .grey, .navbar_header .grey, .navbar_pages .grey, #footer .grey {
	color: #999999;
}
body a:hover {
	text-decoration: underline;
	color: #D04842;
}

h2 {
	margin-bottom: 20px;
}
h3 {
	font-weight:normal;
	text-decoration:underline;
	padding:0;
	margin: 10px 0 5px 0;
}
p {
	font-size: 12px;
	line-height: 130%;
	margin-top: 20px;
}


/* header */
#header .logo {
	float: left;
	width: 510px;
	height: 87px;
	margin: 13px 0 0 7px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9000px;
}

#header .navbar_header {
	float: right;
	width: 278px;
	height: 67px;
	margin-top: 7px;
}
html>/**/body #header .navbar_header {/* non ie hack */ height: 79px; margin-top: 0;}
#header .navbar_header ul {
	padding: 5px 0 0 150px;
}
html>/**/body #header .navbar_header ul {/* non ie hack */ padding: 12px 0 8px 50px;}
#header .navbar_header li {
	float: right;
	padding: 0 14px 0 14px;
	font-size: 11px;
}
#header .navbar_header .right {
	border-right: #999999 solid 1px;
	color: #999999;
}

#header .tel {
	float: right;
	width: 191px;
	height: 24px;
	background: url(../images/tel.png) no-repeat;
	text-indent: -9000px;
	margin-right: 8px;
}

#header .navbar_products {
	float: left;
	width: 800px;
	height: 45px;
	margin-top: 15px;
}
#header .navbar_products ul {
	padding: 0;
}
#header .navbar_products li {
	float: left;
	background: url(../images/navbar_products.png) no-repeat;
	margin-left: 8px;
	width: 138px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 0 -2px;
}
html>/**/body #header .navbar_products li {/* non ie hack */ padding: 0 0 0 4px;}
#header .navbar_products li a {
	width: 127px;
	height: 23px;
	display: block;
	padding: 11px 0 0 2px;
}
html>/**/body #header .navbar_products li a {/* non ie hack */ width: 125px;}
#header .navbar_products li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(../images/navbar_products.png) -160px 0 no-repeat;
}
html>/**/body #header .navbar_products li a:hover {/* non ie hack */ background: url(../images/navbar_products.png) -160px 0 no-repeat;}
#header .navbar_products a.bubbleActiv {
	color: #FFFFFF;
	background: url(../images/navbar_products.png) -320px 0 no-repeat;
}
html>/**/body #header .navbar_products a.bubbleActiv {/* non ie hack */ background: url(../images/navbar_products.png) -320px 0 no-repeat;}

#header .navbar_pages {
	float: left;
	width: 800px;
	height: 10px;
}
#header .navbar_pages ul {
	padding-left: 14px;
}
#header .navbar_pages li {
	float: left;
	padding: 0 11px 0 11px;
	font-size: 11px;
	border-right: #999999 solid 1px;
}
#header .navbar_pages .left {
	border-left: #999999 solid 1px;
}
/* end header */


/* search */
#search .search_title {
	padding: 10px 0 7px 0;
	background: url(../images/search_title.jpg) no-repeat;
	text-indent: -9000px;
	height: 41px;
	border-bottom: #FFFFFF solid 1px;
	margin: 0 10px 0 10px;
}
#search a {
	display:block;
	text-align: left;
	color: #FFFFFF;
	padding: 0 0 0 23px;
	margin: 0;	
	background: url(../images/icons/minus.gif) no-repeat 0 1px;
}
#search a:hover, #search a.search_activ, #search a.selected {
	text-decoration:none;
	background: url(../images/icons/vor.gif) no-repeat 0 1px;
}
#search ul {
	padding: 0;
}
#search #search_options li {
	border-bottom: #FFFFFF solid 1px;
	margin: 0 10px 0 10px;
	padding:10px 0 15px 0;
	font-size: 12px;
}

#search #search_options li ul { position:relative}
#search #search_options li ul li{ border:none; padding:0; margin:10px 5px 0 5px;}

#search .search_button, #search_indicator {
	padding: 12px 0 10px 0;
	text-align: center;
	font-weight:bold;
	color:white;
}
/* end search */


/* content */
#content_pages {
	margin: 10px 10px 10px 0;
	padding: 0 0 10px 0;
}
/* end content */


/* bookmark */
#bookmark {
	float: left;
	height: 24px;
	background: #FFFFFF;
	font-size: 10px;
	color: #999999;
}
#bookmark ul {
	border-top: #999999 solid 1px;
	margin: 0 5px 5px 5px;
	padding: 4px 5px 0 5px;
}
#bookmark li {
	float: left;
	padding-right: 5px;
}
/* end bookmark */


/* footer */
#footer ul, #footer p, #footer .p_left, #footer .p_right {
	font-size: 11px;
}
#footer .line1, #footer .line2, #footer .line3 {
	padding-top: 10px;
}
#footer .line1 {
	padding-left: 193px;
}
#footer .line2 {
	padding-left: 14px;
}
#footer .line3 {
	padding-left: 325px;
}
#footer li {
	float: left;
	padding: 0 11px 0 11px;
	border-right: #999999 solid 1px;
}
#footer .left {
	border-left: #999999 solid 1px;
}
#footer .p_left {
	float: left;
	padding-left: 10px;
	padding-top: 10px;
}
#footer .p_right {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
}
/* end footer */


/* tabs for customer services and offers pages */
.idTabs {
	float:left;
	width:100%;
	margin: 0 0 15px 0;
	padding: 0;
	border-bottom: #D04842 solid 1px;
}
.idTabs li {
	float: left;
	margin: 0;
	padding: 7px;
	font-size:12px;
	font-weight:bold;
}
.idTabs li.activ {background:#D04842;}
.idTabs li.activ a {color:white;}
/* end tabs */


/* acrobat link */
a.acrobat {
	float: left;
	color:#999;
	font-size: 10px;
	text-align: right;
	display: block;
	background: url(../images/icons/acrobat.jpg) no-repeat right;
	padding: 3px 30px 0 0;
	height: 27px;
}
/* end acrobat link */

.red_arrow {
	float: left;
  width:460px;
}
/* lists with red arrows */
.red_arrow li {
	float: left;
	display: block;
	margin-left: 7px;
	padding: 10px;
	width:440px;
	font-size: 12px;
	background: url(../images/icons/bullet.gif) no-repeat 0 13px;
}
/* end lists with red arrows */


.alert{color: #D04842;}
.messageStack {
	padding: 10px;
	margin: 10px 0;
	background: #D04842;
	color:#FFFFFF;
	font-weight:bold;
	line-height:20px;
}

#details, #paydel, #orders, #notif, #pwd{float: left;}

.jump {
	float: right;
	padding: 6px;
	text-align:center;
	color: #D04842;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 15px;
}


/* returns page */
.returns_form {
	margin-bottom: 50px;
}
/* end returns page */


/* contact page */
.col1 li, .col2 li, .col3 li, .col5 li {
	margin-bottom: 5px;
	line-height: 130%;
}
.col1 {
	float: left;
	width: 55%;
	margin-top: 49px;
}
.col2 {
	float: left;
	width: 45%;
	margin-top: 15px;
}
.col3 {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.col4 {
	float: left;
	margin-top: 20px;
}
.col5 {
	float: left;
	margin: 20px 0 20px 10px;
	width: 170px;
}
.col5 ul {
	margin-top: 20px;
}
.col5 a {
	text-decoration: underline;
}
/* contact page */