/* main CSS */

/* we need this class in this file to not mess mails */
.maintexts p {
	margin: 0;
	padding: 0 0 .7em 0;
	vertical-align: middle;
}

#footercopyright {
	width: 610px;
}

input.submit {
	background: #73c2ec;
	color: #fff;
	font-weight: bold;
	border-color: #000;
}

/* Header */
#all {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	color: #000;
}

#logo {
	width: 195px;
	text-align: left;
	position: absolute;
	top: 0px;
}
#logo_s {
	position: absolute;
	top: 8px;
}

#header {
	padding: 10px;
	height: 79px;
	text-align: right;
}
#header_adm {
	padding: 10px 10px 20px 10px;
	text-align: right;
}

#header_admin {
	padding: 2px;
	text-align: left;
	background: #dcdcdc;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

#repcust {
	position: absolute;
	width: 500px;
	text-align: right;
	margin: 0 0 0 300px;
	top: 48px;
	font-size: .9em;
	color: #1588C1;
}
/*
#repcust a {
	font-size: 1.1em;
	color: #000;
	padding-right: 16px;
}

#repcust a:hover {
	color: #666;
}

#repcust a:visited {
	color: #000;
}
*/
#header #desc {
	position: relative;
	height: 32px;
	top: -6px;
}

#header #desc h1 {
	display: inline;
	margin: 0px;
	padding: 0 0 36px 200px;
	font-size: 0.7em;
	color: Silver;
}

#signinerror {
	position: absolute;
	width: 800px;
	text-align: right;
	margin: 0;
	top: 32px;
	font-size: .6em;
	color: #F00;
}

#header #bonuspromotext {
	font-size: 1.1em;
	color: #F00;
}

#header #signedcust, #header_adm #signedcust {
	font-size: .8em;
	color: #1588C1;
	background: #F6F6F6;
	margin-left: 250px;
	padding: 5px 15px 7px 0;
}

#header_admin #signedcust {
	float: left;
	font-size: .8em;
	color: #1588C1;
	width: 400px;
	padding: 2px;
}
#header_admin #tickets_info {
	float:right;
	font-size: .9em;
	padding: 9px 5px 0 0;
	vertical-align: middle;
}

#signinhere {
	width: 94px;
	height: 18px;
	background: url('../images/signinhere.gif') no-repeat center top;
	margin: 0;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer;
}

#tollfreeblock {
	position: absolute;
	width: 300px;
	text-align: right;
	margin: 0;
	top: 87px;
	margin-left: 500px;
}

#tollfreetime {
	color: #108BC7;
	font-size: .6em;
	letter-spacing: .05em;
}

#tollfreenumber {
	white-space: nowrap;
}


/* Top Menu */

.menutop ul {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: .7em;
	font-weight: bold;
}
.menutop li {
	display: block;
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
	list-style: none;
}

.menutop li a {
	display: block;
	position: relative;
	float: left;
	padding: 5px 15px 5px 15px;
	margin-top: 2px;
	background: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #CBCBCB;
	border-top: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}

.menutop li.active a {
	background: #F7F7F7;
	color: #000;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}

/* /menutop */
#subpane {
	display: block;
	background: #C1C1C1;
	height: 26px;
	border-left: 1px solid #CBCBCB;
	border-top: 1px solid #F7F7F7;
	border-right: 1px solid #CBCBCB;
}

/* SubMenu */
.submenu {
	float: left;
	padding-left: 10px;
}
.submenumain {
	background: url('../images/bg_nav.jpg');
	position:relative;
	text-align:right;
}
#subpane ul {
	padding: 0;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
	position: absolute;
	right: 235px;
}
#subpane li {
	display: block;
	float: left;
	padding: 5px 18px 0 0;
	margin: 0;
	list-style: none;
}
#subpane li a {
	color: #000;
}
#subpane li a:hover {
	color: #666;
}


/* Left Menu */

#leftblock {
	float: left;
	width: 149px;
}

#mainblock {
	float: right;
	width: 634px;
}

.leftmenu {
	padding-bottom: 18px;
	padding-top: 4px;
}

.leftmenu ul {
	padding: 0;
	margin: 0;
	font-size: .7em;
}

.leftmenu li {
	list-style: none;
	padding-bottom: 4px;
}

.leftmenu li a {
	text-decoration: none;
	padding-left: 4px;
	font-size: 1.1em;
}

.leftmenu a.main_menu {
	background: url('../images/bg_menu.jpg') #F5F5F5;
	display: block;
	height: 20px;
	padding-top: 4px;
	padding-left: 6px;
}

.leftmenu li a.selected {
	font-weight: bold;
	color: #000000;
}

.leftsubmenu ul {
	padding: 0px;
	padding-top: 5px;
	padding-left: 0px;
	margin: 0;
}

.leftsubmenu li {
	padding: 0px;
	margin: 0px;
	border: medium none;
}

.leftsubmenu li.selected {
	font-weight: bold;
}

.leftsubmenu li a {
	display: block;
	height: 18px;
	color: #000;
	font-size: 1.4em;
}

.leftsubmenu li a:hover {
	color: #FF6600;
	font-size: 1.4em;
}

#catheader {
	padding: 8px 1px 2px 13px;
}

/* Search field */
#search {
	
	float: right;
	padding-top: 5px;
	z-index: 1000;
}

#search-results {
	position: absolute;
	background: #fff;
	left: 6px;
	top: 29px;
	width: 305px;
	border: 1px solid #000;
	margin-top: -1px;
}

.sr, .srs {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 1px 0 0 0;
	float: left;
}

.sr {
	background-color: #fff;
	color: #000;
}
.srs {
	background-color: #36c;
	color: #fff;
	cursor: pointer;
}
.sr .src {
	color: #666;
}
.srs .src {
	color: #fff;
}
.srt {
	float: left;
	font-size: 13px;
	margin-left: 4px;
}
.src {
	float: right;
	font-size: 10px;
	margin-right: 3px;
	padding-top: 2px;
}

#searchtext {
	float: right;
	padding-top: 5px;
}

#search input {
	width: 303px;
}

#searchgo {
	width: 53px;
	height: 20px;
	background: url('../images/buttongo.gif') no-repeat center top;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer; margin-left:0; margin-right:0; margin-top:0; margin-bottom:2px
}

/* Login Window */

#logincontent {
	font-size: .7em;
	padding-top: 10px;
}

#logincontent .input {
	font-size: .9em;
	width: 160px;
}

#logincontent select{
	font-size: .9em;
	width: 54px;
}

#logincontent .year {
	width: 46px;
	font-size: .9em;
}

#loginbutton {
}

#loginsignin {
	width: 68px;
	height: 18px;
	background: url('../images/signin.gif') no-repeat center top;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer;
}

/* Content page css */
#productheader {
	padding-top: 2px;
}

#mainprodblock {
	background: #fff;
	border-right: 1px solid #0B7BC3;
	border-top: 1px solid #0B7BC3;
	margin: 5px 0 0 0;
	padding-bottom: 40px;
	min-height: 800px;
}

#mainprodblock p {
	padding-top: 30px;
}

a.product_price {
	text-decoration: none;
}
table.pages {
	border: 0px solid;
	border-collapse: collapse;
}
table.pages td {
	padding: 4px;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
	border: 0px solid;
}
table.pages a {
	padding: 2px 6px 2px 6px;
	background: #D6F2FB;
	border: 1px solid #16709F;
	text-decoration: none;
	font-size: 11px;
	color: #16709F;
	overflow: visible;
}
table.pages a:hover {
	color: #16709F;
	background: #91BBFB;
	border: 1px solid #16709F;
}
table.pages span {
	padding: 2px 6px 2px 6px;
	border: 1px solid #16709F;
	text-decoration: none;
	font-size: 11px;
	color: #16709F;
	background: #91BBFB;
}
.error { color:#FF0000; font-weight:12px; font-family: Arial, Helvetica, sans-serif }

.title { font-weight:bold; font-size:16px; margin:5px;}

.searchproduct {
	float:left;
	font-size:0.8em;
	font-weight:bold;
}
.searchproduct a {
	color:#4172AC;
	text-decoration:underline;
}
.searchsynonyms {
	font-size:0.8em;
	font-style:italic;
}
.searchdesc {
	font-size:0.9em;
	padding:2px 20px 20px 0;
}
.searchcategory {
	color:#666666;
	float:right;
	font-size:0.8em;
}
.searchtitle {
	padding-right:40px;
}
#numresfound {
	color:#666666;
	font-size:0.9em;
	padding:8px 0 20px;
}
.add_bounces {
	color:#FF4E00;
	font-size:0.8em;
	padding-left:2px;
}

#search1 {
	float:right;
	padding-top:5px;
	position:relative;
	z-index:1000;
}

.search_new{
	width: 250px;
	margin: 4px 2px 0px 0px;
	height: 24px;
	float: right;
	position:relative;
	background: yellow;
}

#suggest {
	color: #666666;
	font-size: 12px;
	z-index:1;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;	
}

#suggest li {
	padding: 3px;
	padding-left: 5px;
	width: 299px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	list-style:none;
	z-index: 1;
	background: #ECF1F5;
	opacity: 0.95;
	filter: alpha(opacity=95);
}

#suggest li a {
	font-size:12px;
	color:#4172AC;
	text-decoration: none;
}

#suggest li a:hover {
	font-size:12px;
	color:#F75304;
}
