@import "support.css";
@import "products.css";

*, body {
	font-family: arial, helvetica, sans-serif;
}

html,body,ul,li {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #464544;
	text-decoration: none;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 13px;
	color: #009dc4;
}

li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 25px;
	list-style-image: url(../images/arrow.png);
}
a:hover {
	text-decoration: underline;
}

.hr {
	border: none;
	border-top: 1px solid #EEE;
	height: 1px;
	margin: 5px;
	padding: 0;
}

.hr-blue {
	border: none;
	background-color: #EEE;
	height: 1px;
	margin: 5px;
	padding: 0;
}

.hr-blue-img {
	border: none;
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 1px;
	margin: 10px 5px;
	padding: 0;
}

.bottom-line-blue {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.bottom-line-gray {
	border-bottom: 1px solid #EEE;
}

table,tr,td {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse; 
	font-size: 11px;
	vertical-align: top;
}

th {
	background-color: #009dc4;
	color: white;
}

a:hover {
	color: #FFA405;
}

.clear {
	clear: both;
	height: 2px;
}

fieldset {
	border: 1px solid #DDD;
	margin-bottom: 20px;
	padding: 10px 20px;
}


fieldset table tr td {
	padding: 4px 3px;
}

legend {
	color: #1a518a;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

label {
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
}

input,select {
	font-size: 10px;
	padding: 1px;
}

button {
	background-color: #1a518a;
	color: white;
	font-weight: bold;
	border: 1px solid silver;
	padding: 1px 15px;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}

button:hover {
	background-color: #236dbc;
}

.back-button { 
	background-image: url(../images/arrow-back.png);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	/*border-bottom: 3px solid #007a97;*/
	margin-right: 10px;
	font-size: 13px;
}

.next-button { 
	background-image: url(../images/arrow-next.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	padding-right: 20px;
	margin-left: 10px;
	font-size: 13px;
}

.button2 { 
	background-image: url(../images/arrow-next.png);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent; 
	font-weight: bold;
	font-size: 13px;
	color: black;
	border-bottom: 2px solid white;
}

.button2:hover { 
	background-image: url(../images/arrow-next.png);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 2px solid black;
	background-color: transparent; 
}

.table1 tr td {
	padding: 4px 3px;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: black;
	padding-bottom: 10px;
	background-color: white;
}

/** layout **/
#wrapper {
	margin: 0 auto;
	padding: 5px;
	width: 1010px;
	/*border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;*/
}

#head { 
	position: relative;
	height: 120px;
	background-image: url(../images/top_left.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#head #logo { 
	position: absolute;
	top: 0;
	left: 0;
	height: 101px;
	width: 172px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

#head #bnr { 
	position: absolute;
	top: 15px;
	left: 173px;
	width: 837px;
	height: 59px;
	background-image: url(../images/bnr.png);
	background-position: right;
	background-repeat: no-repeat;
}

#head #bnr img { 
	padding-left: 20px;
	padding-top: 5px;
}

#head #bnr .user { 
	position: absolute;
	top: 10px;
	right: 20px;
	width: 200px;
	height: 40px;
	padding-left: 15px;
	background-image: url(../images/top_vline.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}

.user .login { 
	margin-bottom: 5px;
}

.user .login a { 
	background-image: url(../images/arrow2.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 25px;
}


.user a { 
	color: white;
}

.user .register { 
	padding-left: 25px;
}

.user .register a { 
	color: #EEE;
}

.user .username { 
	padding-bottom: 5px;
	color: white;
}

.user .logout { 
	text-align: right;
}

.user .logout a { 
	background-image: url(../images/arrow2.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 12px;
	font-variant: small-caps;
}

#head #topmenu { 
	position: absolute;
	top: 80px;
	left: 173px;
	width: 837px;
	height: 40px;
	font-weight: bold;
}

#head #topmenu #currency { 
	float: left;
	background-image: url(../images/top_menu_line.png);
	padding: 0 25px;
	height: 25px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#head #topmenu #currency span { 
	padding-left: 10px;
}

#head #topmenu #currency span form { 
	display: inline;
	margin-right: 25px;
}

#head #topmenu #currency select { 
	border: 1px solid #DDD;
}

#head #topmenu #currency table { 
}


#head #topmenu #account { 
	float: right;
	background-image: url(../images/top_menu_line.png);
	padding: 0 15px;
	height: 25px;
	background-position: center bottom;
	background-repeat: no-repeat;
}

#head #topmenu #account table { 
}

#head #topmenu #account td { 
	background-position: 10px;
	height: 20px;
	vertical-align: middle;
}

#head #topmenu #account td a { 
	display: block;
	padding-left: 40px;
	padding-right: 25px;
}

.cart-icon {
	background-image: url(../images/top_cart.png);
	background-repeat: no-repeat;
}

.account-icon {
	background-image: url(../images/top_account.png);
	background-repeat: no-repeat;
}

.support-icon {
	background-image: url(../images/top_support.png);
	background-repeat: no-repeat;
}

.menu-logout {
	background-image: url(../images/top_logout.png);
	background-repeat: no-repeat;
}


#foot { 
	background-color: #009dc4;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#foot-keywords {
	font-size: 10px;
	text-align: center;
	/*width: 700px;
	margin: auto;*/
}


#middle {
}

#left {
	float: left;
	margin-right: 15px;
}

#categories {
}

#categories li {
	padding: 3px;
	white-space: normal;
}

#categories a {
	white-space: normal;
}

#categories-top {
	background-image: url(../images/cat_top.png);
	height: 18px;
	padding: 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
}

#categories-title {
	background-image: url(../images/cat_title.png);
	background-repeat: no-repeat;
	width: 188px;
	height: 24px;
	padding-bottom: 5px;
}

#categories-middle {
	background-image: url(../images/cat_middle.png);
	background-repeat: repeat-y;
	padding: 10px;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
}

#categories-bottom {
	background-image: url(../images/cat_bottom.png);
	height: 15px;
	margin-bottom: 20px;
}

.small-box {
	margin-bottom: 15px;
	color: silver;
	width: 190px;
}

.small-box h2 {
	margin: 0;
	padding: 0;
	color: #009dc4;
	border-bottom: 1px solid white;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.small-box .title {
	margin-bottom: 10px;
}

.small-box .sb-top {
	background-image: url(../images/box_small_top.png);
	height: 9px;
}

.small-box .sb-middle {
	background-image: url(../images/box_small_middle.png);
	padding: 1px 10px;
}

.small-box .sb-bottom {
	background-image: url(../images/box_small_bottom.png);
	width: 189px;
	height: 9px;
}

.small-box .sb-middle .more {
	text-align: right;
	margin-top: 3px;
}

.small-box .sb-middle .more a {
	padding-left: 20px;
	background-image: url(../images/arrow2.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
}

.search-top {
	background-image: url(../images/box_search_top.png);
	width: 189px;
	height: 9px;
}

.search-middle {
	background-image: url(../images/box_search_middle.png);
	width: 169px;
	padding: 0 10px;
	text-align: right;
}

.search-bottom {
	background-image: url(../images/box_search_bottom.png);
	width: 189px;
	height: 9px;
}

.search-box h2 {
	color: white;
}

.search-box input {
	width: 159px;
	text-align: right;
	border: 1px solid #EEE;
}

.search-box button {
	margin-top: 10px;
	border: 0;
	background-color: transparent;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	padding-right: 0;
}

.search-box button:hover {
	color: #009dc4;
	background-image: none;
}

#center {
	float: left;
	width: 602px;
}

#center a {
	/*text-decoration: underline;*/
	color: black;
}

#center ul {
	margin-top: 7px;
}

#center li {
	list-style-image: url(../images/arrow.png);
}

#center li a{
	text-decoration: none;
}

#center-top {
	background-image: url(../images/center_top.png);
	height: 8px;
	line-height: 1px;
}

#center-middle {
	background-image: url(../images/center_middle.png);
	background-repeat: repeat-y;
	padding: 0 10px;
	min-height: 400px;
}

#center-middle h2 {
	padding: 5px 0;
	font-size: 14px;
	margin-bottom: 10px;
	color: #009dc4;
	border-bottom: 1px solid #EEE;
}

#center-bottom {
	background-image: url(../images/center_bottom.png);
	height: 8px;
}

#center h1 {
	color: black;
	margin-top: 0;
}

.welcome {
	float: left;
	width: 350px;
}









.random-products {
	width: 200px;
	float: right;
	margin-left: 15px;
}

.random-products .title h2 {
	color: #009dc4;
	font-size: 14px;
}

.random-products h2 {
	padding-left: 10px;
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.random-product {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.random-product .rp-image {
	text-align: right;
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.random-product .rp-name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.random-product .rp-alternative {
	color: gray;
}

.random-product .rp-info {
	margin-top: 5px;
}

.random-product .rp-price {
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.random-product table {
	width: 100%;
	color: #0087a6;
}

.random-product table .buy {
	padding-top: 2px;
	text-align: center;
}

.random-product table .label {
}

.random-product table .value {
	text-align: right;
}

hr {
	border: 0;
	height: 1px;
	background-image: url(../images/hr.png);
	margin: 10px 0;
}

#center .top-selling {
	width: 170px;
	float: left;
}

#center .top-selling .ts-top {
	background-image: url(../images/top_selling.png);
	background-repeat: no-repeat;
	height: 40px;
}

#center .new {
	width: 170px;
	float: left;
	margin-left: 25px;
}

#center .new .n-top {
	background-image: url(../images/new_products.png);
	background-repeat: no-repeat;
	height: 40px;
}

#center .products {
	padding: 5px 0;
	padding-left: 15px;
	font-size: 12x;
	font-weight: bold;
}

#center .products a{
	color: #009dc4;
}

#center .product-price {
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	color: #558f55;
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

#center-offer {
	width: 135px;
	float: left;
	border: 1px solid #EEE;
	border-collapse: collapse;
	text-align: center;
	padding: 4px;
}

#right {
	float: right;
	width: 190px;
}

.cart-box {
	color: black;
}

.cart-box .title h2 {
	padding: 0;
	font-size: 12px;
	background-image: url(../images/top_cart.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.cart-box table {
	width: 100%;
	padding: 50px 0;
}

.cart-box table td{
	padding: 2px 0;
}

.cart-box .cart-quantity {
	padding-right: 2px;
	width: 10px;
}

.cart .cart-product-name {
	padding-right: 2px;
}

.cart-box .cart-price {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}

.cart-box .cart-total {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

.cart-box .cart-total-price {
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.cart-box .cart-checkout {
	padding-top: 5px;
}

.information .sb-top {
	background-image: url("../images/box_info_top.png");
}

.information .sb-middle {
	background-image: url("../images/box_info_middle.png");
	padding-bottom: 5px;
	color: white;
}

.information .sb-middle li {
	font-size: 12px;
}

.information .sb-bottom {
	background-image: url("../images/box_info_bottom.png");
}

.information .title h2 {
	color: white;
}

.information a {
	color: white;
	font-weight: bold;
}

.information .cs-title {
	background-image: url(../images/top_support.png);
	background-position: right center;
	background-repeat: no-repeat;
}

.news-first {
/*	float: right; 
	width: 200px;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #EEE;*/
	padding: 0 10px;
	height: 100px;
/*	margin-top: -8px;
	margin-right: -5px;*/
	margin-bottom: 20px;
}

.news-first h2 {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

.news-outer {
	border: 1px solid #ddd;
	background-color: #009DC4;
	padding: 5px;
}

.news-container {
	overflow: hidden;
	height: 70px;
	color: white;
}

.news-item {
	padding-bottom: 50px;
	margin: 10px;
}

.news-date {
	font-weight: bold;
	float: right;
}

.news-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	color: #f3f3f3;
	border-bottom: 1px solid #eee;
	text-align: justify;
}

.news-bottom {
	/*border-bottom: 1px solid #ddd;*/	
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 25px;
}

.new-products .sb-middle {
	padding: 0 5px;
}

.new-products .title {
	padding-left: 10px;
}


/*
* Tabledata
*/

.tabledata {
	border: 2px solid #EEE;
}

.tabledata th {
	font-weight: bold;
	padding: 3px 10px;
}

.tabledata td {
	padding: 8px 10px;
}

.tabledata tr.odd {
	background-color: #FDFDFD;
}

.tabledata tr.even {
	background-color: #FAFAFA;
}

/*
* End tabledata
*/


/**
	start product box
*/


.product-item {
	margin-bottom: 15px;
	width: 100%;
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.product-item td {
	padding: 2px;
}

.product-item td p {
	padding: 2px 0;
	margin: 0;
}

.product-item .pb-col2 {
	padding-right: 10px;
	width: 250px;
}

.product-item .pb-col3 {
	width: 150px;
}

.product-item .pb-name {
	font-size: 16px;
	font-weight: bold;
}

.product-item .pb-image {
	padding: 10px;
	width: 50px;
	vertical-align: top;
}

.product-item .pb-alternative {
	color: gray;
}

.product-item .pb-description {
	padding: 5px 0;
	color: gray;
	padding-left: 5px;
}

.product-item .pb-info {
	color: #0087a6;
	width: 100%;
}

.product-item .pb-info td {
	padding: 2px 0;
	vertical-align: top;
}

.pb-info .value {
	text-align: right;
	font-weight: normal;
}

.product-item .pb-price {
	font-size: 16px;
	color: black;
	font-weight: bold;
}

.product-item .label {
	font-weight: bold;
	padding-right: 10px;
}

.product-item .pb-buy {
	padding-top: 5px;
	text-align: right;
}



.product_box {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #d1e4a8;
	background-color: #f9f9f9;
}

.product_box td {
	padding: 3px;
}

.product_box_image {
	width: 80px;
}

.product_box_desc {
	padding: 5px;
}

.product_box_desc a {
	text-decoration: none;
}
.product_box_price {
	width: 130px;
	padding-left: 10px;
	text-align: right;
	color: black;
	font-weight: bold;
	font-size: 13px;
}

.product_box_buy {
	vertical-align: middle;
	text-align: right;
	padding: 10px;
}
.product_box_supplier {
	padding-left: 10px;
	width: 150px;
}

.product_box_packaging {
	padding-left: 10px;
}

.product_box_special_price {
	padding-left: 10px;
	white-space: nowrap;
	color: red;
	font-weight: bold;
	font-size: 20px;
}

/*
	end product box
*/


.cart_actions {
	text-align: center;
}

.cart_actions a {
	padding: 5px 10px;
	background-color: #51972d;
	font-weight: bold;
	color: white;
}

.notification {
	font-weight: bold;
	font-size: 12px;
	color: #eb9600;
}

.warning {
	color: red;
	font-weight: bold;
}

.errors {
	font-weight: bold;
}

.stock_status {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.price {
	font-weight: bold;
	color: black;
	font-size: 13px;
}

.regular-price {
	text-decoration: line-through;
	font-weight: bold;
	color: black;
	font-size: 13px;
}

.special-price {
	font-weight: bold;
	color: green;
	font-size: 13px;
}

.payment_row_selected {
	background-color: #EEE;
}

.payment_row_over {
	background-color: #EEE;
}
/*
	Product site	
*/

.product-information table {
	margin-top: 15px;
	width: 100%;
	font-size: 12px;
}

.product-information td {
	padding: 7px 2px;
}

.product-information .hr {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.product-information .label {
	font-weight: bold;
	color: #0087a6;
	padding-right: 20px;
	width: 200px;
	font-size: 12px;
}

.product-information .value {
	font-weight: bold;
	color: #0087a6;
	text-align: right;
}

.product-information .price {
	font-size: 18px;
	color: black;
}

.product-information .regular-price {
	font-size: 16px;
	color: black;
	text-decoration: line-through;
}

.product-information .special-price {
	font-size: 18px;
	color: red;
}

.product-information .image {
	text-align: right;
	padding: 0;
	width: 300px;
}

.product-information .buy {
	text-align: center;
	padding-top: 30px;
}

.product-information .buy legend {
	font-size: 14px;
}

.product-information .buy fieldset {
	padding: 20px;
	font-size: 12px;
	font-weight: bold;
}

.product-information .buy fieldset label {
	font-size: 12px;
	padding-right: 5px;
}

.product-information .buy fieldset input {
	margin-right: 15px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #15416f;
	border: 1px solid #CCC;
}

.product-information .buy fieldset button {
	width: 130px;
	font-size: 14px;
}

.product-information .text {
	
}
/*
	end Product site
*/

.shopping-progress {
}

.shopping-progress fieldset {
	padding: 5px 0;
}

.shopping-progress table {
	width: 100%;
}

.shopping-progress table tr td {
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px;
	border-right: 1px solid #EEE;
}

.shopping-progress a {
	font-weight: bold;
}

.shopping-progress div {
	margin: 0;
	height: 5px;
	line-height: 1px;
}

.shopping-progress-selected {
	background-color: #2c788f;
}

.logintable {
	width: 100%;
}

.logintable td {
	padding: 5px;
}

.logintable .row1 {
}

.logintable .row2 {
	width: 190px;
	padding-right: 10px;
}

.logintable .row2 p {
	text-align: justify;
}

.cart th {
	text-align: left;
}

.cart tr {
	background-image: url(../images/hr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.cart tr td {
	padding: 10px;
}

.cart .cproduct-name {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.cart .cproduct-quantity {
	vertical-align: middle;
}

.cart .cproduct-price {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

.cart .cproduct-desc tr {
	background-image: none;
}

.cart .cproduct-desc td {
	color: #009dc4;
	padding: 2px;
}

.cart .cproduct-total {
	font-weight: bold;
	padding: 10px 10px;
	text-align: right;
	font-size: 14px;
}












.pr-box {
	background-image: url(../images/hr2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px;
	padding-bottom: 10px;
	width: 180px;
}

.pr-box .image {
	padding-bottom: 10px;
	text-align: center;
}

.pr-box .name {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.pr-box .alternative {
	color: gray;
	height: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}

.pr-box .info {
	width: 100%;
	color: #0087a6;
}

.pr-box .info-price {
	margin-top: 10px;
	width: 100%;
}

.pr-box .price {
	color: black;
	font-weight: bold;
}

.pr-box .regular-price {
	text-decoration: line-through;
}

.pr-box .special-price {
	color: red;
}


.pr-box .buy {
	padding-top: 10px;
	text-align: right;
}

.pr-box .label {
}

.pr-box .value {
	text-align: right;
}




.top-products {
	width: 100%;
	/*width: 200px;
	float: right;
	margin-left: 15px;*/
}

.top-products .title h2 {
	color: #009dc4;
	font-size: 14px;
}

.top-products h2 {
	padding-left: 10px;
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}


.top-product {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.top-product .price {
	font-size: 14px;
}

.highlight {
	border: 5px solid #009dc4;
	padding: 5px;
	padding-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	background-color: #FDFDFD;
}