@charset "utf-8";
@import "css/catalog.css";
* {
	margin: 0;
	padding: 0;
}
a {
	color: #2978bc;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #0b67b7;
}
:active, :focus { outline: none; }
:active, :focus { -moz-outline-style: none; }
body {
 	background: url(images/body-bg.gif) left 156px repeat-x #4390d2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #444444 ;
}
li {
    list-style-image: none;
}
a.addBtn, button {
	display: block;
	padding: 3px 8px 5px 8px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/btns-bg.gif) left -5px repeat-x #FF8800;
	float: left;
	margin: 5px 0 0 3px;
	border: 1px solid #FFFFFF;
}

a.addBtn:hover, button:hover { background-position: 0 -10px; }

a.addBtn#grey { background: url(images/btns-bg.gif) left -50px repeat-x #888888; }
a.addBtn#blue { background: url(images/btns-bg.gif) left -100px repeat-x #1c69ad; }
a.addBtn#lightGrey {
	background: url(images/btns-bg.gif) left -150px repeat-x #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #555555;
	padding: 2px 7px 4px 7px;
	margin-top: 6px;
}

a.addBtn#grey:hover { background-position: 0 -60px; }
a.addBtn#blue:hover { background-position: 0 -110px; }
a.addBtn#lightGrey:hover { background-position: 0 -145px; color: #1c69ad; }

a.addBtn:active {
	padding: 4px 8px 4px 8px;
}

/* -------------- Form Style ------------ */
.formBlock {
	width: 400px;
}
.formBlock table {
	width: 100%;
}
.formBlock td {
	padding: 0 0 7px 0;
	text-align: left;
	vertical-align: top;
}
.formBlock td.field {
	width: 250px;
}
label {
	display: block;
	text-align: right;
	padding-right: 20px;
	font-size: 11px;
	font-weight: bold;
}
label.required {
	background: url(images/required_icon.gif) right 3px no-repeat;
}
input, select, textarea{
	border: 1px solid #CCCCCC;
	width: 230px;
	padding: 2px 4px 4px 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	background-color: #FFFFFF;
	margin: 0 0 3px 0;   
}
select {
	padding: 1px 0 1px 4px;
	width: 240px;
}
.cc_expire select {
	width: 80px;
}
 textarea {
	height: 120px;
}
input:hover, select:hover, textarea:hover {
	border-color: #B5B5B5;
	background: url(images/form-focused-bg.gif) left top repeat-x #FFFFFF;
}
option {
	padding: 2px 4px;
}
input:focus, select:focus, textarea:focus {
	border-color: #efac63;
	background: url(images/form-focused-bg.gif) left top repeat-x #FFFFFF;
}
.field.radio input {
	width: 10px;
	float: left;
	margin: 2px 4px 3px 0;
	clear: left;
}
.field.radio label {
	float: left;
}
input.button {
	display: block;
	padding: 3px 8px 5px 8px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/btns-bg.gif) left -5px repeat-x #FF8800;
	float: left;
	margin: 5px 0 0 3px;
	border: 1px solid #FFFFFF;
	width: auto;
}
input.button:hover { background-position: 0 -10px; cursor: pointer;}

/* -------------------------------------------*/

#body-top {
	background: url(images/body-bg-top2.gif) top repeat-x;
}
#center {
	width: 978px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#header {
	height: 200px;
	* height: 195px;
    position: relative;
    z-index: 10;
}
.logo {
	display: block;
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	font-weight: bold;
	left: 25px;
	top: 0;
	z-index: 100;
	width: 199px;
	height: 103px;
	color: #666666;
	background: url(images/logo.jpg) left top no-repeat;
}
a.logo {
	text-decoration: none;
}
ul.topMenu {
	float: right;
	display: block;
	width: 500px;
	/*margin-top: -12px;*/	
	margin-top: -88px;
	* margin-top: -91px;
	
}
ul.topMenu li {
	float: left;
	display: block;
	margin-right: 18px;
	padding: 0;
	list-style: none;
	* height: 22px;
	* padding-top: 3px;
}
ul.topMenu li a {
	padding: 5px 7px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid transparent;
	* border: none;	
	border-bottom: none;
}
ul.topMenu li a:hover {
	background: url(images/top-menu-hover.gif) bottom repeat-x;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	* border: none;
	color: #FFFFFF;
}
ul.topMenu li a.active {
	background-color: #FFFFFF;
	color: #ff6600;
	cursor: auto;
	border: 1px solid #FFFFFF;
}	
ul.topMenu li a.active:hover {
	background-image: none;
	background-color: #FFFFFF;
	cursor: auto;
	color: #ff6600;
	* border: none;
}
span.userMenu {
	margin-left: 20px;
}
span.userMenu#title {
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin-left: 7px;
	margin-bottom: 8px;
	padding: 0;
}	
.userMenu a, .userMenu .active_page_link {
	display: block;
	margin-left: 7px;
	font-size: 11px;
	margin-bottom: 3px;
}
#mainPanel {
	height: 158px;
	width: 100%;
	float: left;
	margin-top: -59px;
	* margin-top: -65px;
}
#mainPanel .block {
	margin-top: 15px;
	height: 90px;
	float: left;
	width: 250px;
	background: transparent 17px 10px no-repeat;
}
#mainPanel .block#login {
	background-image: url(images/login-bg.gif);
	width: 230px;
	padding: 5px 0 0 55px;
	margin-left: 45px;
}
#mainPanel .block#login input {
	padding: 3px 5px;
	margin: 0 10px 3px 0;
	border: 1px solid #CCCCCC;
	color: #555555;
	font-size: 13px;
	width: 120px;
}
#mainPanel .block#login input:focus {
	border: 1px solid #AAAAAA;
}
#mainPanel .block#phone {
	background: url(images/main-phone-bg.gif) 10px 1px no-repeat;
	padding: 5px 0 0 60px;
	margin-top: 95px;
	height: 63px;
	* height: 60px;
	font-size: 11px;
}
#mainPanel .block#cart {
	background: url(images/cart-bg.gif) 15px 10px no-repeat;
	width: 300px;
	border-right: 0;
	padding: 5px 0 0 25px;
}
.block#phone span {
	font-size: 24px;
	color: #f48f28;
}
span.submitBtn {
	display: block;
	height: 28px;
	padding-left: 14px;
	background: url(images/submit-btn-left.gif) left top no-repeat;
}
span.submitBtn#viewCart {
	background-image: url(images/submit-btn-left-view.gif);
	padding-left: 32px;
	width: 60px;
}
span.submitBtn#checkout {
	background-image: url(images/submit-btn-left-check.gif);
	padding-left: 32px;
	width: 60px;
}
span.submitBtn a {
	display: block;
	height: 26px;
	padding: 6px 8px 0 0;
	background: url(images/submit-btn-right.gif) right top no-repeat;
	color: #444444;
	text-decoration: none;
	font-size: 12px;
	margin-right: -11px;
	position: relative;
}
span.submitBtn#go a {
	padding-right:14px;
}
span.submitBtn:hover a {
	color: #FF7700;
}
#mainPanel .block#login button {
	background: url(images/orange-btn-bg.gif) bottom repeat-x;
	padding: 1px 3px 2px 5px !important;
	padding: 1px;
	font-size: 13px;
	border: 0;
	color: #FFFFFF;
	float: right;
	margin-top: -12px;
}
#mainPanel .block#login table {
	width: 180px;
}	
span.submitBtn#live_chat {
	width: 55px;
	float: right;
}
#mainPanel .block#phone table {
	margin-left: 55px;
	width: 145px;
}
#mainPanel .block#cart {
	z-index: 50;
	position: relative;
}
#mainPanel .block#cart table {
	width: 200px;
	margin-left: 40px;
}
#mainPanel .block#cart td {
	vertical-align: top;
	padding-bottom: 3px;
}
.block td.topLink {
	padding-top: 5px;
}
.block  a.topLink {
	color: #555555;
	text-decoration: underline;
	display: block;
}
.block#login  a.topLink {
	font-size: 11px;
	color: #FF6600;
	z-index: 150;
	position: relative;
	display: block;
}
.block#cart  .topLink {
	color: #333333;
	margin-top: 28px;
	padding: 2px 10px 6px 10px;
	background: url(images/expand-btn.gif) right 8px no-repeat #DDDDDD;
	width: 295px;
	border: 1px solid #DDDDDD;
	border-bottom: 0;
}
.block div.topLink:hover {
	text-decoration: none;
}
.block div.topLink a {
	color: #333333;
	text-decoration: underline;
}
.block div.topLink a:hover {
	text-decoration: none;
}
.block#cart .topLink:hover {
	background-position: right -16px;
	background-color: #E2E2E2;
	border-color: #BBBBBB;
}
#mainPanel .block#cart span.price {
	color: #FF6600;
	text-align: center;
	font-size: 12px;
	display: block;
	padding: 5px 8px 4px 8px;
	background-color: #FFFFFF;
	border: 1px solid #d7d7d7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 10px;
}	
#mainPanel .block#cart td.items {
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
/* ============== Expanded Cart Block ============== */
.block .topLink .expanded {
	display: none;
}
.block .topLink#active .expanded {
	display: block;
}
.block#cart .topLink#active {
	border: 1px solid #BBBBBB;
	border-top: 1px solid #F5F5F5;
	background: url(images/expanded-cart-bg.gif) left top repeat-x #EEEEEE;
}
#mainPanel .block#cart .topLink .expanded table {
	width: 295px;
	margin: 10px 0 0 0;
	font-size: 10px;
}
.topLink .expanded td.name {
	width: 155px;
	line-hei/ght: 1.1;
	padding-left: 5px
}
.topLink .expanded tr.top td {
	background-color: #428fd2;
	text-align: center;
	color: #FFFFFF;
	border-right: 1px solid #F2F2F2;
	padding: 1px;
}
.topLink .expanded tr.top td.delete {
	width: 20px;
	background-color: #EEEEEE;
}
.topLink .expanded tr.line:hover td {
	background-color: #FFFFFF;
}
.topLink .expanded td {
	padding-top: 3px;
	vertical-align: middle;
}
.topLink .expanded td.quantity {
	text-align: center;
	vertical-align: middle;
	width: 30px;
}
.topLink .expanded td.price {
	text-align: center;
	vertical-align: middle;
	color: #FF5500;
	width: 50px;
}
.topLink .expanded .name a {
	text-decoration: none;
}
.topLink .expanded .name a:hover {
	text-decoration: underline;
}
.topLink .expanded a.delete {
	display: block;
	background: url(images/delete-icon.gif) center top no-repeat;
	width: 18px;
	height: 18px;
	margin: 2px auto;
}
.topLink .expanded a.delete:hover {
	background-position: center -18px;
}
/* ============== Bestsellers Block ================= */
#bestsellers {
	width: 100%;
}
.centerBlock {
	z-index: 50;
	width: 712px;
	float: left;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	margin-top: -10px;
/*	overflow: auto;*/
}
.title, .dialog_title {
	display: block;
	position: absolute;
	left: 403px;
	height: 24px;
	/*background: url(images/title-bg.gif) top repeat-x #f28612;*/
	background: url(images/title-bg3.gif) top repeat-x #676767;
	padding: 4px 20px 2px 20px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 0;
	z-index: 90;
	margin-top: -30px;
	* margin-top: -21px;	
}
ul.breadcrumbs {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 14px;
	padding-left: 16px;
	background: url(images/icon-home.gif) left 1px no-repeat;
}
.breadcrumbs li {
	display: block;
	float: left;
	margin-right: 7px;
	font-size: 11px;	
	color: #2978bc;
}
.breadcrumbs li a {
	color: #2978bc;
	text-decoration: underline;
	float: left;
	padding-right: 8px;
	background: url(images/crumbs-break.gif) right 5px no-repeat;
}
.breadcrumbs li a:hover {
	text-decoration: none;
	color: #0b67b7;
	background-position: right -7px;
}
.centerBlock table.about {
	width: 695px;
	font-size: 14px;
	background: url(images/price-bg.gif) right 11px no-repeat;
	margin-top: 20px;
	color: #555555;
}
.about .photo {
	width: 260px;
	height: 240px;
	background: left top no-repeat;
}
.about span.submitBtn#viewLarge {
	background-image: url(images/submit-btn-left-large.gif);
	height: 28px;
	padding-left: 32px;
	float: right;
	width: 65px;
	margin-right: 30px;
}
.about span.submitBtn#moreInfo {
	background-image: url(images/submit-btn-left.gif);
	height: 28px;
	float: left;
	width: 53px;
	margin: 7px 0 0 20px;
}
.about .name {
	font-size: 26px;
	font-weight: bold;
	color: #0b67b7;
}
.about .description {
	padding: 0;
	line-height: 1.3;
	vertical-align: top;
	text-align: justify;
	padding-right: 110px;
	padding-top: 10px; 
}
.about .description div {
	height: 118px;
	overflow: hidden;
}
.about .description a {
	color: #FFFFFF;
	text-decoration: none;
}
.about .description a:hover {
	text-decoration: underline;
}
.about a.moreInfo {
	width: 25px;
	height: 24px;
	display: block;
	position: relative;
	top: 10px;
	left: 10px;
	z-index: 100;
	float: left;
	background: url(images/more-btn.gif) left top no-repeat;
}
.about .quantity {
	font-style: italic;
}

.block a.addBtn {
	font-size: 13px;
	padding: 3px 8px 5px 8px;
	position: relative;
	top: -20px;
	left: 135px;
}
.add {
	height: 90px;
}
.about .price {
	float: right;
	width: 70px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	left: -17px;
	top: -195px;
}
.about .price sup {
	font-size: 16px;
}
.otherBest {
	margin: 15px 0 0 30px;
	padding-top: 10px;
	background: url(images/other-best-break.gif) center top no-repeat;
}
.otherBest img {
	border: 0;
}
.otherBest a {
	padding: 7px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 0 5px;
	background-color: #FFFFFF;
}
.otherBest a:hover {
	border-color: #DDDDDD;
	background-color: #EEEEEE;
}
/* ===================== Categories Block ==================== */
#cat {
	width: 260px;
	float: left;
	text-align: left;
	margin: 0 0 15px 0;
}
#cat ul, #cat ul li {
	margin: 0;
	padding: 0;
}
#cat ul {
	width: 232px;
	display: block;
	float: left;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #2776ba;
	margin-top: -1px;
}
#cat ul.categories li {
	display: block;
	width: 232px;
	font-size: 15px;
	list-style: none;
	border-right: 1px solid #2776ba;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
}
#cat ul.categories li a {
	display: block;
	height: 18px;
	padding: 6px 7px 6px 20px;
	color: #555555;
	text-decoration: none;
	background: url(images/cat-bg.gif) top repeat-x;
}
#cat ul.categories li:hover {
	border-right: 1px solid #f6882c;
	border-bottom: 1px solid #f6882c;
	padding: 0;
	margin: 0;
	*margin-bottom: -3px;
}
#cat ul.categories li:hover a {
	color: #FFFFFF;
	background: url(images/cat-bg-active.gif) top repeat-x #f68d2c;
	position: relative;
	left: -10px;
	margin-right: -10px;
	padding-left: 30px;
}
/* =============== Display bestsellers in the left menu ============= */

/*#center #cat ul li div {
	position: absolute;
	left: 397px;
	top: 190px;
	display: none;
	width: 220px;
	background: url(images/cat-over-bg.gif) 0 35px no-repeat #727272;
	padding: 15px 15px 15px 25px;
	z-index: 100;
}*/
#center #cat ul li div {
	position: relative;
	left: 233px;
	top: -65px;
	display: none;
	width: 210px;
	background: url(images/cat-over-bg.gif) 0 34px no-repeat #727272;
	padding: 15px 15px 15px 25px;
	z-index: 200;
	overflow: hidden;
}
#center #cat ul li div ul.products {
	text-align: left;
	font-size: 12px;
	color: #333;
	position: relative;
}
#center #cat ul li:hover div, #center #cat ul li div:hover {
	display: block;
}
#center #cat ul li:hover div ul {
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style: none;
	border: 0;
	position: relative;
}
#center #cat ul li:hover div ul li {
	display: block;
	height: 28px;
	width: 190px;
	border: 0;
	background: url(images/cat-pro-bg.gif) right 5px no-repeat;
}
#center #cat ul li:hover div ul li a {
	list-style: none;
	font-size: 13px;
	padding: 2px 5px;
	display: block;
	float: left;
	clear: both;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	background-color: #727272;
	background-image: none;
	border: 0;
}
#center #cat ul li:hover div ul li a:hover {
	color: #FFFFFF;
	background-color: #f68d2c;
}
/* ==================== Search Block ====================== */
.search {
 	float: left;
	margin-bottom: 15px;
}
.search input {
	height: 29px;
	padding: 3px 10px 5px 12px;
	float: left;
	background: url(images/submit-btn-left3.gif) left top no-repeat;
	font-size: 14px;
	color: #25669c;
	margin: 15px 0  5px 15px;
	border: 0;
	width: 145px;
}
.search a.searchBtn {
	background: url(images/search-btn3.gif) left top no-repeat;
	float: left;
	margin-top: 15px;
	margin-left: -5px;
	z-index: 120;
	width: 42px;
	height: 35px;
}
.search a.searchBtn:hover {
	background-position: left top;
}
.search span {
	display: block;
	position: relative;
	top: 5px;
	left: 10px;
	margin: 5px 0 0 10px;
	font-size: 12px;
}
.search span a {
	color: #FFFFFF;
	text-decoration: underline;
}
.search span a:hover {
	text-decoration: none;
}
.advancedSearch {
	float: left;
	position: relative;
	z-index: 120;
}
.popUp {
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 15px;
	float: left;
	width: 120px;
}
.popUp#brands {
	margin-left: 25px;
	width: 50px;
}
.popUp:hover {
	text-decoration: none;
}
.popUp div {
	display: none;
	position: absolute;
	z-index: 125;
	background-color: #F5F5F5;
	border: 1px solid #428fd1;
	padding: 5px;
	overflow: auto;
}
.popUp:hover div {
	display: block;
}
.popUp div a {
	display: block;
	float: left;
	padding: 2px 4px;
	margin: 1px;
	color: #555555;
	text-decoration: none;
	font-size: 11px;
}
.popUp#brands a {
	font-size: 12px;
}
.popUp div a:hover {
	background-color: #FF6600;
	color: #FFFFFF;
}
.popUp#brands td {
	width: 120px;
}
.popUp a.top {
	color: #FFFFFF;
	text-decoration: underline;
}
.popUp a.top:hover {
	text-decoration: none;
}
.popUp:hover a.top {
	text-decoration: none;
}
/* ========================= Advantages Blocks =========================== */
#adv {
	width: 718px;
	margin-top: 5px;
	overflow: auto;
	float: right;
}
#adv .advBlock {
	width: 320px;
	background: 10px 10px no-repeat #FFFFFF;
	float: left;
	padding: 0 5px 20px 5px;
	border: 1px solid #2776ba;
}
#adv .advBlock#adv1 {
	background-image: url(images/adv1-bg.gif);
	height: 200px;
    margin: 0 10px 0 0;
}
#adv .advBlock#adv2 {
	background-image: url(images/adv2-bg.gif);
	height: 200px;
	width: 362px;
}
#adv .advBlock#adv3 {
	background-image: url(images/adv3-bg.gif);
	width: 704px;
	margin: 10px 0 10px; 0;
}
.advBlock p {
	padding: 10px 20px 10px 30px;
	color: #444444;
	line-height: 1.4;
	text-align: justify;
	margin: 0;
	display: block;
	clear: right;
}
.advBlock p.advTitle {
	height: 15px;
	padding: 5px 12px 12px 12px;;
	margin: 15px 5px 15px  70px;
	display: block;
	float: left;
	clear: both;
	background: url(images/title-bg3.gif) top repeat-x #676767;
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
}
.advBlock ul, .advBlock ul li {
	margin: 0;
	padding: 0;
}
.advBlock ul {
	margin-left: 60px;
	list-style: none;
}
.advBlock ul li {
	font-size: 14px;
	display: block;
	margin: 5px 0;
	padding-left: 15px;
	background: url(images/adv-list.gif) left 3px no-repeat;
	color: #444444;
}
/* ====================== BottomBlocks ====================== */
#bottomBlocks {
	width: 100%;
	background: url(images/btm-shadow2.gif) top repeat-x #F6F6F6;
	z-index: 10;
	position: relative;
	height: 245px;
	float: left;
}
.bottomBlocksCentered {
	width: 980px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}
.bottomBlocksCentered div.testimonials {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	float: left;
	width: 300px;
	text-align: justify;
}
.bottomBlocksCentered .testimonials h4 {
	font-size: 13px;
	display: block;
	padding-left: 25px;
	margin-bottom: 15px;
}
.testimonials h4 a {
	color: #FF6600;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	text-align: right;
	margin-top: -15px;
	font-size: 11px;
}
.testimonials h4 a:hover {
	text-decoration: none;
}
.testimonials div {
	background:url(images/quotes-bg.gif) left 5px no-repeat;
}
.testimonials div p {
	margin-left: 25px;
	display: block;
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 8px;
	font-style: italic;
	font-size: 12px;
	margin-top: 8px;
}
.testimonials p span {
	display: block;
	text-align: right;
	font-style: normal;
}
.testimonials p span a {
	color: #FF6600;
	text-decoration: underline;
	display: block;
	float: left;
	font-size: 11px;
	margin-top: 3px;
}
.testimonials p span a:hover {
	text-decoration: none;
}
.bottomBlocksCentered div.testimonials#featured {
	width: 600px;
	margin-left: 55px;
}
.testimonials#featured div {
	background: none;
	margin-top: 10px;
}
.testimonials#featured table {
	width: 100%;
}
.testimonials#featured td {
	padding: 3px 1px;
}
.testimonials#featured a {
	color: #555555;
	text-decoration: underline;
}
.testimonials#featured a:hover {
	color: #333333;
	text-decoration: none;
}
.testimonials#featured td#icon { width: 15px; background:url(images/star-icon.gif) left center no-repeat; }
.testimonials#featured td#set { width: 50px; text-align: center; }
.testimonials#featured td#price { width: 90px; text-align: center; font-weight: bold; }
.testimonials#featured td#buy { width: 90px; text-align: center; }

.testimonials#featured td#buy a, .testimonials a.feedback {
	display: block;
	padding: 3px 8px 4px 8px;
	color: #FFFFFF;
	background: url(images/orange-btn-bg.gif) 0 0 repeat-x #FF8800;
	float: left;
	text-decoration: none;
	font-size: 12px;
}
.testimonials a.feedback {
	float: right;
}
.testimonials#featured td#buy a:hover, .testimonials a.feedback:hover {
	background-position: 0 -10px;
	background-color: #ff752f;
}
.bottomBlocksCentered .testimonials#featured h4 {
	margin-bottom: 0;
}
/*.testimonials#featured tr.everySecond {
	background-color: #F2F2F2;
}*/
/* ================== Footer Menu ====================== */
.footerMenu  {
	width: 385px;
	padding: 0;
	float: left;
	margin-top: 15px;
}
.footerMenu td {
	padding-left:  5px;
}
.footerMenu td.punkt {
	height: 22px;
	width: 95px;
	font-size: 11px;
	font-style: italic;
	padding-left: 8px;
	color: #FFFFFF;
	background-color: #3a8dd5;
}
.footerMenu li {
	display: block;
	float: left;
	margin: 0 3px;
	list-style: none;
}
.footerMenu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px 3px;
	font-size: 11px;
}
.footerMenu li a:hover, .footerMenu li a#active {
	background-color: #25669c;
	color: #FFFFFF;
}
.footerMenu li a#active:hover {
	cursor: auto;
}
.footerMenu p.copyright {
	float: right;
	width: 300px;
	font-size: 11px;
	line-height: 1.4;
	margin-top: 25px;
}
/* ====================== Footer ====================== */
#footer {
	width: 100%;
	min-width: 900px;
	height: 107px;
	background: url(images/footer-bg.gif) top repeat-x #0b67b7;
	float: none;
	clear: both;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}
.footerCenter {
	width: 978px;
	margin: 0 auto;
}
#footer a.support {
	width: 198px;
	height: 111px;
	background: url(images/support-btn.gif) right 0 no-repeat;
	float: right;
	margin-top: -4px;
	position: relative;
	z-index: 50;
}
.support .chat {
	width: 260px;
	height: 72px;
	background: url(images/footer-break.gif) left bottom no-repeat;
	padding: 55px 0 0 20px;
}
#footer .phones {
	width: 190px;
	height: 70px;
	background: url(images/phones-bg.gif) left bottom no-repeat;
	float: left;
	position: relative;
	z-index: 80;
	margin-left: 10px;
	padding: 25px 0 0 160px;
}
.phones td {
	color: #FFFFFF;
	padding: 4px 0 0 5px;
	vertical-align: top;
	font-size: 11px;
}
.phones span {
	font-weight: bold;
	font-size: 22px;
	font-family: Trebuchet, Helvetica, sans-serif;
}

/* ============== Inside Pages ============ */
.mainText {
	padding: 15px 10px 20px 25px;
	line-height: 1.3;
	min-height: 400px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	overflow: hidden;
	clear: both;
}
.mainText p {
	margin-bottom: 10px;
	display: block;
	overflow: auto;
	display: block;
}
p.subTitle {
	color: #0b67b7;
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 0 0 5px 0;
	margin-bottom: 0;
}
p.subTitle.block {
	color: #444444;
	padding: 8px 0 8px 0;
	font-size: 12px;
}
p.subTitle.block span {
	font-weight: normal;
}
p.breakLine {
	padding-bottom: 15px;
	border-bottom: 1px dashed #CCCCCC;
	margin-bottom: 15px;
}
.mainText ul {
	margin-bottom: 10px;
	margin-left: 12px;
}
.mainText ul li {
	display: block;
	margin-bottom: 1px;
	padding-left: 14px;
	background: url(images/list-orange.gif) left 5px no-repeat;
	font-style: italic;
}

/* ================== FAQ ===================== */
ul.questions {
	margin: 0;
	padding: 0;
	clear:both;
}
.questions li {
	padding: 0;
	display: block;
	float: none;
	clear: both;
	font-style: normal;
	list-style: none;
}
.mainText ul.questions li {
    padding-left: 0;
    background-image: none;
}
.questions li a {
	display: block;
	float: left;
	text-decoration: none;
	margin-bottom: 3px;
	color: #2978bc;
}
.questions li a:hover {
	text-decoration: underline;
}
.questions li a span {
	width: 17px;
	height: 14px;
	float: left;
	text-align: center;
	color: #333333;
	font-size: 9px;
	padding-top: 3px;
	background: url(images/faq-elements.gif) left bottom no-repeat;
	margin-right: 7px;
}
.questions li a:hover span {
	color: #FFFFFF;
	background: url(images/faq-elements.gif) left top no-repeat;
}
div.answer {
	color: #555555;
	margin-top: 25px;
	text-align: justify;
	padding: 0 15px 8px 0;
	border-bottom: 2px dotted #E2E2E2;
	margin-bottom: 15px;
}
div.answer.last {
	border-bottom: none;
}
.answer span {
	width: 17px;
	height: 14px;
	float: left;
	text-align: center;
	font-size: 9px;
	padding-top: 3px;
	background: url(images/faq-elements.gif) left top no-repeat;
	color: #FFFFFF;
	margin-right: 7px;
}
.answer p.question {
	display: block;
	float: left;
	width: 180px;
	padding-right: 20px;
	font-weight: bold;
	color: #444444;
	font-size: 12px;
}
.answer p.answer {
	font-style: italic;
}
.answer a.topBtn {
	display: block;
	border: 1px solid #CCCCCC;
	color: #666666;
	text-decoration: none;
	font-size: 8px;
	text-transform: uppercase;
	float: right;
	font-weight: bold;
	padding: 2px 5px 2px 15px;
	background: url(images/faq-elements.gif) -17px 2px no-repeat #FFFFFF;
}
.answer a.topBtn:hover {
	border-color: #f38815;
	background-position: -17px -26px;
}

/* =================== Bestsellers ================= */
table.bestsellers {
	width: 650px;
	float: left;
	margin: 15px 5px 15px 20px;
	border-bottom: 1px solid #2a8bde;
	font-size: 12px;
}
.bestsellers td {
	text-align: center;
	color: #333333;
}
.bestsellers td.titel {
	color: #ff6600;
	padding: 0px 25px 5px 45px;
	font-size: 14px;
	height: 40px;
	background: url(images/best-bg.jpg) 10px 5px no-repeat;
	text-align: left;
}
.bestsellers tr {
	height: 27px;
}
.bestsellers tr.header td {
	background-color: #2a8bde;
	color: #FFFFFF;
}
.bestsellers td.price {
	color: #FF6600;
}
.bestsellers td.name {
	width: 300px;
	border-left: 1px solid #2a8bde;
}
.bestsellers td.add, .product .about .add {
	border-right: 1px solid #2a8bde;
	width: 105px;
	height: 30px;
	padding: 0px 2px 2px 12px;
	background: url(images/add-to-cart.gif) left center no-repeat;
	font-weight: bold;
}
.product .about .add {
	border-right: none;
	padding: 0px 2px 2px 32px;
	border: 0;
}
.bestsellers td.add a,  .product .about .add a {
	color: #666666;
	font-size: 11px;
	text-decoration: none;
}
.bestsellers td.add a:hover,  .product .about .add a:hover {
	color:#333333;
}
tr.row1 {
	background-color: #FFFFFF;
}
tr.row2 {
	background-color: #f7f7f7;
}
span#up {
	width: 38px;
	height: 19px;
	display: block;
	text-align: left;
}
span#up a {
	display: block;
	height: 12px;
	width: 34px;
	_width: 39px;
	padding: 3px 0 5px 4px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	font-size: 10px;
	background: url(images/go-up-bg.gif) 28px 9px no-repeat #FFFFFF;
}
span#up a:hover {
	text-decoration: none;
	border: 1px solid #c21515;
	background: url(images/go-up-bg.gif) 28px 7px no-repeat #FFFFFF;
}
/* =================== Tabs ================= */
#about {
	float: left;
	width: 650px;
	margin: 25px 15px 20px 25px;
}

ul.tabs {
	height: 35px;
	line-height: 25px;
	margin: 0 0 3px 0;
	list-style: none;
}
* html ul.tabs {margin-bottom: 0;}
ul.tabs li {
	position: relative;
	float: left;
	margin-right: 1px;
	padding: 5px 5px 3px 5px;
}
ul.tabs li a {
	display: block;
	margin-bottom: -1px;
	color: #444;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 20px 5px 10px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
* html ul.tabs li a {float: left}
*+html ul.tabs li a {float: left}
ul.tabs li a:hover {
	color: #ff7200;
}
ul.tabs li.tab-current {
	color: #ff7200;
	background: #418fd1 url(images/tab-active-bg2.gif) left top no-repeat;
	padding: 0;
}
ul.tabs li.tab-current a {
	color: #ff7200;
	background: url(images/tab-active-right.gif) right top no-repeat;
	padding: 9px 15px 6px 15px;
}
div.t2 {
	display: none;
}
div.t1, div.t2 {
	border: 1px solid #418fd1;
	border-top: 1px solid #418fd1;
	background: #FFFFFF;
	padding: 5px 25px 20px 35px;
	text-align: left;
	font-size: 13px;
	color: #333333;
}
div.t1 span, div.t2 span {
	font-weight: bold;
	display: block;
	padding: 15px 0 5px 0;
}
div.t1 ul, div.t2 ul {
	padding: 0;
	margin: 0;
}
div.t1 ul li, div.t2 ul li {
	list-style: circle outside;
	margin-left: 14px;
}
/* ======================== Product Page ====================== */
table.product {
	width: 600px;
	margin:0px auto;
	margin-top: 30px;
	font-size: 12px;
	color: #333333;
}
.product .about table {
	width: 350px;
	color: #333333;
	font-size: 12px;
}
.product .about table td {
	height: 28px;
	padding: 2px 0;
/*	border-bottom: 1px solid #418fd1;*/
}
.product .about table td select {
	font-size: 12px;
	color: #333333;
	width:40px;
	background:#FFFFFF;
}
.product .about table td#price {
	color: #FF6600;
}
.product td p span, .product td a {
	color: #2376cb
}
.product span.avail span {
	color: #189218;
}
.product h3 {
	width: 370px;
	margin-top: 0px;
	margin-left: 0;
}
.product span.avail, .product span.notavail {
	float: left;
	padding: 11px 8px  8px 0;
	margin-top: -7px;
	background-color: #f4ffe4;
}
.product span.notavail {
	background-color: #feeee9;
}
.product span.avail span, .product span.notavail span {
	font-weight: bold;
}
.product span.notavail span {
	color: #FF6600;
}
/* ============== Shopping Cart ================== */
#cart .formBlock {
	width: 100%;
}
.cartTotal {
	float: right;
	width: 240px;
	padding: 7px 15px;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	margin-left: 12px;
}
.cartTotal select {
	margin: 7px 0 5px 0;
	clear: both;
}
.cartTotal .note {
	display: block;
	font-size: 10px;
	color: #FF6600;
	margin-bottom: 12px;
	width: 200px;
	line-height: 1.2;
}
.cartTotal .note span {
	display: block;
	float: left;
	color: #333333;
	width: 30px;
	height: 55px;
}
.cartTotal table {
	width: 240px;
}
.cartTotal td.price {
	width: 30px;
	text-align: center;
	vertical-align: middle;
}
.cartTotal tr.total td {
	color: #FF6600;
	vertical-align: bottom;
	padding-top: 15px;
}
.cartTotal tr.total td span {
	display: block;
	float: right;
	padding: 3px 6px 4px 6px;
	border: 1px solid #FF6600;
	font-weight: bold;
	color: #333333;
}
#cart .formBlock p.subTitle {
	margin-bottom: 20px;
	float: left;
	padding: 5px 0 0 23px;
	background: url(images/cart-icon.gif) left 5px no-repeat;
}
.itemCart {
	display: block;
	padding-bottom: 7px;
	float: left;
	width: 390px;
	margin-bottom: 12px;
	border-bottom: 1px dashed #CCCCCC;
}
.itemCart.last {
	border-bottom: 0;
}
.itemCart a {
	color: #444444;
	text-decoration: underline;
	padding-left: 13px;
	background: url(images/list-orange.gif) left 5px no-repeat;
}
.itemCart a:hover {
	text-decoration: none;
}
.itemCart table {
	width: auto;
	margin: 8px 0 0 13px;;
}
.itemCart input {
	width: 10px;
	text-align: center;
	margin: 0 7px;
}
.formBlock .note {
	font-size: 11px;
	clear: both;
	display: block;
	padding-bottom: 12px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 7px 0 15px 0;
}
.formBlock .coupon {
	font-size: 12px;
	margin-top: 10px;
}
a.secondLink {
	display: block;
	float: left;
	padding: 2px 5px 3px 20px;
	background: url(images/second-link.gif) left 2px no-repeat;
	color: #0b67b7;
	font-size: 12px;
}
a.secondLink#clear {
	background-position: left -17px;
	padding-left: 16px;
	color: #888888;
	float: right;
}
a.secondLink#clear:hover {
	color: #666666;
}
#cart .faq {
	clear: both;
	padding-top: 10px;
	* margin-top: 25px;
}
#cart .faq p {
	display: block;
	float: left;
	width: 200px;
	margin-left: 25px;
	font-size: 12px;
	text-align: justify
}
#cart .faq p.first {
	margin-left: 0;
}
#cart .faq p.subTitle {
	float: none;
	width: 95%;
	padding-top: 20px;
	margin: 15px 0 5px 0;
	border-top: 1px dashed #CCCCCC;
	font-size: 13px;
	background-image: none;
	padding-left: 0;
}
#cart .faq p span {
	display: block;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 12px;
}
#cart .faq p a {
	display: block;
	float: right;
	color: #0b67b7;
	font-size: 11px;
}
#cart .faq p a:hover {
	text-decoration: none;
}
#cart .help {
    clear: both;
    padding-top: 20px;
    margin: 15px 0 5px 0;
    border-top: 1px dashed #CCCCCC;
    background: url(images/help-icon.gif) left 20px no-repeat;
    padding: 0 0 20px 70px;
    float: left;
    width: 600px;
}
#cart .help p {
    margin: 0 0 7px 0;
}
#cart .help p.subTitle {
    float: none;
    width: 95%;
    font-size: 13px;
    padding: 20px 0 0 0;
    margin-top: 0;
    background-image: none;
}
#cart .help p.bold {
    font-weight: bold;
}
/* ============== CheckOut Page ============ */
.steps {
	width: 800px;
	clear: both;
	margin: 0 0 10px 45px;
	float: left;
}
.steps p {
	width: 192px;
	display: block;
	float: left;
	background: url(images/steps-bg.gif) left top no-repeat;
	margin-left: -41px;
	position: relative;
	z-index: 10;
	color: #999999;
	font-size: 11px;
	padding-left: 19px;
}
.steps p span {
	display: block;
	width: 151px;
	margin-bottom: 7px;
	font-size: 12px;
	padding: 8px 18px 0 19px;
	height: 24px;
	margin-left: -19px;
}
.steps p.active {
	background-position: -220px 0;
	position: relative;
	z-index: 20;
	color: #333333;
}
.steps p.active span {
	color: #FFFFFF;
	font-weight: bold;
}
.steps p#first span {
	background: url(images/steps-bg-left.gif) left top no-repeat;
}
.steps p.active#first span {
	background-position: left -40px;
}
div.note {
	display: block;
	clear: left;
	display: block;
	padding: 12px 15px;
	background-color: #fff7e5;
	font-size: 11px;
	border: 1px dashed #f0bf78;
	margin: 15px 10px 25px 0;
}
div.note span {
	display: block;
	float: left;
	margin: 0 0 15px 0;
	font-weight: bold;
}
div.note p {
	margin-left: 40px;
}

/*============ Message Windows ============ */
.messageWindow {
	width: 392px;
	/*top: 250px;
	left: 400px;*/
	float: left;
	margin: 15px 20px 0;
	position: relative; 
}
.messageWindow .container {
	border: 1px solid #b9b9b9;
	border-bottom: 0;
	width: 390px;
	float: left;
	overflow: auto;
	/*height: 100px;*/
}
.messageWindow p {
	margin: 0;
	margin-left: 39px;
	color: #333333;
	font-size: 12px;
	display: block;
	float: left;
	clear: both;
	background-color: #FFFFFF;
}
.messageWindow p#title {
	font-weight: bold;
	color: #333333;
	background: url(images/message-title.gif) left top no-repeat;
	margin: 3px 0 5px 15px;
	padding-left: 24px;
	* padding-top: 10px;
	* height: 22px;
}
.messageWindow#error p#title {
	background-position: left top;
	color: #eb4211;
	* background-position: 0px 11px;
}
.messageWindow#info p#title {
	background-position: left -30px;
	color: #317ad4;
	* background-position: 0px -20px;
}
.messageWindow#warning p#title {
	background-position: left -59px;
	color: #f46b09;
	* background-position: 0px -49px;
}
.messageWindow  a#closeBtn {
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	background: url(images/close-btn.gif)  4px 5px  no-repeat;
	margin: 0 0 -3px 0;
}
.messageWindow  a#closeBtn:hover {
	background-position: 4px -8px;
}
.messageWindow img {
	display: block;
}

.floatPanel {
    width: 146px;
    height: 116px;
    text-align: right;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.floatPanel a {
    display: block;
    width: 146px;
    height: 116px;
    background: url(images/support-btn3.gif) right bottom no-repeat;
    float: right;
}

/* =============== Banner on the Start Page =============== */
.banner {
    width: 611px;
    height: 117px;
    margin: -30px 0 0 50px;
    position: relative;
    z-index: 300;
}
#mainPanel .block#phone {	
	margin-top: 80px;
	//margin-top: 85px;
	padding: 5px 0 0 60px;
}
.block#phone span {
	font-size: 18px;
	position:relative;
	top:4px;
}
.block#phone span font{
	color:#444444;
	font-size:12px;
}

.phones span {
	font-size: 16px;
}
.phones span font{
	font-weight:normal;
	font-size:11px;
	margin-bottom:3px;
}


table.regist {
	width: 330px;
	border:1px solid #2A8BDE;
	font-size:12px;
	margin:15px auto;
}
table.regist tr.header {
	height: 27px;
}
table.regist td {
	color: #333333;
	padding: 3px 5px;
}
table.regist tr.header td  {
	background-color:#2A8BDE;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 10px;
	vertical-align: middle;
}
table.regist input {
	width : 180px;
}
table.regist input.rbtn {
	display: block;
	padding: 2px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background: url(images/btns-bg.gif) left -5px repeat-x #FF8800;
	float: right;
	margin: 5px 0 0 3px;
	border: 1px solid #FFFFFF;
	cursor: pointer;
	width: 70px;
}
table.regist input.rbtn:hover {
	border: 1px solid #FFFFFF;
}

table.regist td.rinfo {
	text-align: justify;
}
table.orders {
	border-collapse: collapse;
}
table.orders tr.header {
	height: 27px;
}
table.orders tr.header td {
	background-color:#2A8BDE;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 10px;
	vertical-align: middle;
}
table.orders tr.header a {
	color: #FFFFFF;
}
table.orders input.chk_ord {
	width: auto;
	padding: 0;
	margin: 0;
	border: none;
}
table.orders td {
	border: 1px solid #FFFFFF;
	padding: 3px 2px;
}
.order_info {
	width: 100%;
	margin: 15px auto;
}
.order_info td.otitle {
	font-size: 14px;
	font-weight: bold;
	color: #0B67B7;
	text-align: left;
}
table.osub_info {
	border: 1px solid #2A8BDE;
	width: 100%;
}
table.osub_info tr.header {
	height: 27px;
}
table.osub_info td {
	vertical-align: top;
	padding: 2px;
}
table.osub_info tr.header td {
	background-color:#2A8BDE;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 14px;
	padding: 0px 5px;
	vertical-align: middle;
}
table.order_prices {
	border-collapse: collapse;
}
table.order_prices td {
	padding: 2px;
}