@import "products.css";
@import "support.css";

* {
	font-family: arial, helvetica, sans-serif;
}

html,body,h1,h2,h3,h4,ul,li {
	margin: 0;
	padding: 0;
}

html {
	font-size: 12px;
	background-color: #f7f7f7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	color: #525252;
	line-height: 150%;
}

img {
	border: 0;
}

input, select {
	border: 1px solid #72a3ad;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
}

hr {
	border: none;
	border-top: 1px solid #DDD;
}

ul {
	list-style-position: inside;
}

ol {
	list-style-position: outside;
	margin-left: -10px;
}

a {
	color: #464544;
	text-decoration: none;
}

a:hover {
	color: #FFA405;
	text-decoration: underline;
}

h1 {
	color: #533630;
	font-size: 16px;
}

h2 {
	color: #8f5d53;
	font-size: 14px;
}

fieldset {
	border: 2px solid #EEE;
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 20px;
}

legend {
	color: #b93e0f;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

fieldset {
	border: 2px solid #EEE;
	margin-bottom: 20px;
	padding: 10px 20px;
}

fieldset label {
	font-weight: bold;
}

fieldset table tr td {
	padding: 4px 3px;
}

fieldset table p {
	padding: 0;
	margin: 0;
}

table, tr, td {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	border-collapse: collapse;
}

button {
	background-color: #304d53;
	color: white;
	font-weight: bold;
	border: 1px solid #9dc92c;
	padding: 1px 15px;
	cursor: pointer;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	border: 2px solid #DDD;
}

button:hover {
	background-color: #52848d;
}


.clear {
	clear: both;
	height: 2px;
}

.wrapper {
	width: 960px;
	margin: 0 auto;
}

/*
	head
*/

.top-products {
	width: 960px;
	margin: 0 auto;
}

.top-products > div {
	background-image: url(../images/top_products_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.top-products > div > div {
	background-image: url(../images/top_products_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.top-products > div > div > div {
	background-image: url(../images/top_products_center.png);
	background-repeat: repeat-x;
	height: 20px;
	margin: 0 4px;
	font-size: 11px;
}
.top-products ul {
}

.top-products ul li {
	display: inline;
	float: left;
	text-align: center;
	margin: 0 5px;
}

.top-products ul li a {
	display: block;
	height: 15px;
	padding: 2px 10px;
	font-size: 11px;
	color: white;
	font-weight: bold;
	text-align: center;
}

.top-products ul li a:hover {
	background-color: #a2a5a8;
	text-decoration: none;
}

/*
	Top box
*/

.topbox {
	position: relative;
	color: white;
	height: 115px;
	padding-top: 10px;
}

.topbox .logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
	
.topbox .usermenu {
	height: 25px;
}

.topbox .usermenu a {
	color: #f8f8f8;
	font-weight: bold;
	display: block;
}

.topbox .usermenu ul {
	float: right;
	width: 456px;
}

.topbox .usermenu ul li {
	display: inline;
	float: left;
	width: 114px;
	text-align: center;
}

.topbox .usermenu ul li a {
	background-image: url(../images/usermenu_item.png);
	height: 20px;
	padding-top: 5px;
}

.topbox .bnr {
	background-image: url(../images/topbox_left.png);
	background-position: left;
	background-repeat: no-repeat;
}

.topbox .bnr > div {
	background-image: url(../images/topbox_right.png);
	background-position: right;
	background-repeat: no-repeat;
}

.topbox .bnr > div > div {
	background-image: url(../images/topbox_center.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 6px;
	padding-top: 12px;
	position: relative;
	font-size: 11px;
}

.topbox a {
	color: white;
}

/*
.topbox .languages {
	position: absolute;
	left: 30px;
}

.topbox .languages span {
	margin-right: 10px;
}

.topbox .languages img {
	border: 1px solid #8b635a;
}
*/
.topbox .currencies {
	float: left;
}

.topbox .currencies span {
	margin-right: 10px;
}

.topbox .currencies form {
	display: inline;
}

.topbox .userarea {
	margin-left: 270px;
}

.topbox .cart {
	float: right;
	background-image: url(../images/top_cart.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
}


.topbox .cart .label {
	margin-right: 5px;
	text-transform: uppercase;
}

.topbox .cart .number {
	font-weight: bold;
	font-size: 12px;
}

.topbox .user {
	float: right;
	border-right: 1px solid #EEE;
	padding-right: 20px;
}

.topbox .login {
	font-weight: bold;
	padding-right: 5px;
}

.topbox .register {
	font-weight: bold;
	padding-left: 5px;
}

.m2 {
}


.m2 .menu {
	position: absolute;
	right: 0px;
}

.m2 .menu {
	position: absolute;
	right: 0px;
}
.m2 .menu a {
	color: #f8f8f8;
	font-weight: bold;
	display: block;
}

.m2 .menu ul li {
	display: inline;
	float: left;
	width: 114px;
	text-align: center;
}

.m2 .menu ul li a {
	background-image: url(../images/menu_item.png);
	height: 25px;
	padding-top: 5px;
}

.m2 .menu ul li a:hover {
	background-image: url(../images/menu_item_hover.png);
	height: 25px;
	padding-top: 10px;
}



.foot {
	padding: 8px;
	background-color: #533630;
	color: #eee;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.main {
	padding: 10px;
	background-color: white;
	border: 1px solid #533630;
	background-image: url(../images/main_bg.png);
	background-repeat: repeat-x;
}

.left {
	float: left;
	width: 220px;
}

.left .box {
	margin-bottom: 15px;
}

.left .box-top {
	background-image: url(../images/box_small_top.png);
	height: 23px;
	padding-top: 5px;
	padding-left: 10px;
}

.left .box h2 {
	color: #ddd;
}

.left .box-center {
	border: 1px solid #DDD;
	padding: 5px;
}

.left .box-center2 {
	border: 1px solid #DDD;
}

.left .box ul li {
	list-style-type: none;
	margin-left: 10px;
	padding: 2px 0;
}

.left .categories a {
	color: #333;
	font-weight: bold;
	font-size: 13px;
}

.left .categories .box-top {
	background-image: url(../images/box_small_top2.png);
	color: white;
}

.left .categories .box-center {
	background-color: white;
}

.content {
	float: left;
	width: 700px;
	padding-left: 15px;
	padding-top: 10px;
}

.content h1 {
	border-bottom: 3px solid #845c44;
	margin-bottom: 15px;
}

.content h2 {
	margin-top: 15px;
	margin-bottom: 8px;
}


.highlight {
	border: 1px solid #eee;
	background-color: white;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 14px;
	color: black;
}

.highlight h2 {
	margin: 0;
}



.shopping-progress {
}

.shopping-progress fieldset {
	padding: 5px 0;
	border: 2px solid #ddd;
	margin-bottom: 10px;
}

.shopping-progress fieldset legend {
	color: #5e6164;
	font-weight: bold;
	font-size: 14px;
}

.shopping-progress table {
	width: 100%;
}

.shopping-progress table tr td {
	text-align: center;
	vertical-align: bottom;
	padding: 0 10px;
	border-right: 1px solid #ddd;
}

.shopping-progress a {
	font-weight: bold;
}

.shopping-progress div {
	margin: 0;
	height: 5px;
	line-height: 1px;
}

.shopping-progress-selected {
	background-color: #2c788f;
}

/*
* Tabledata
*/

.tabledata {
	border: 1px solid #EEE;
}

.tabledata th {
	font-weight: bold;
	padding: 3px 10px;
	background-color: #304d53;
	text-align: left;
	color: white;
}

.tabledata td {
	padding: 3px 10px;
}

.tabledata tr.odd {
	background-color: #FDFDFD;
}

.tabledata tr.even {
	background-color: #FAFAFA;
}

.tabledata tr td.total {
	font-weight: bold;
	padding: 5px 10px;
	text-align: right;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #EEE;
	font-size: 15px;
}

/*
* End tabledata
*/

/*
	cart
*/


.cart th {
	text-align: left;
}

.cart tr {
	border-bottom: 1px solid #EEE;
}
.cart tr td {
	padding: 10px;
}

.cart .cproduct-name {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
}

.cart .cproduct-quantity input {
	text-align: right;
	font-weight: bold;
}

.cart .cproduct-price {
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
	text-align: right;
}

.cart .cproduct-desc tr {
}

.cart .cproduct-desc td {
	color: #6b9ea8;
	padding: 2px;
	font-weight: bold;
}

.cart .cproduct-total {
	font-weight: bold;
	padding: 10px 10px;
	text-align: right;
	font-size: 14px;
}




/*
	end cart
*/

/*
	start login
*/	
.logintable {
	width: 100%;
	margin-bottom: 60px;
	font-size: 11px;
}

.logintable td {
	padding: 5px;
}

.logintable input {
	width: 190px;
}

.logintable label {
	padding-right: 20px;
}

.logintable .row1 {
}

.logintable .row2 {
	width: 280px;
	padding-right: 10px;
}

.logintable .row2 p {
	text-align: justify;
}
/*
	end login
*/
.bottom-line {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.add-to-cart {
	background-image: url(../images/add_to_cart_hover.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0;
	background-color: transparent;
	height: 25px;
	width: 117px;
	padding-left: 30px;
	text-align: left;
	vertical-align: top;
	font-variant: normal;
}

.add-to-cart:hover {
	border: 0;
	background-color: transparent;
	background-image: url(../images/add_to_cart.png);
}


.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;
}


.back-button { 
	background-image: url(../images/button_back_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: inline;
}

.back-button div { 
	background-image: url(../images/button_back_right.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 33px;
	display: inline;
}

.back-button { 
	background-image: url(../images/button_back.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	padding: 5px 15px;
	padding-left: 40px;
	font-weight: bold;
	margin: 0 10px;
}

.next-button { 
	background-image: url(../images/button_next.png);
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
	padding: 5px 15px;
	padding-right: 40px;
	font-weight: bold;
	margin: 0 10px;
	background-color: transparent;
	border: 0;
}

.next-button:hover { 
	background-color: transparent;
	border: 0;
}

.payment_row_selected {
	background-color: #EEE;
}

.payment_row_over {
	background-color: #EEE;
}

/*
	news
*/

.news-container {
	overflow: hidden;
	height: 250px;
	font-size: 11px;
}

.news-date {
	font-weight: bold;
	text-align: right;
	color: gray;
}

.news-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
}

.news-bottom {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*
	news
*/

.box .search {
	padding: 0;
	text-align: right;
	border-left: 0;
	border-right: 0;
	padding-bottom: 5px;
}

.search span {
	font-weight: bold;
	padding-right: 10px;
}

.search input {
	width: 110px;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ccc;
}

.search button { 
	background-image: url(../images/button_search.png);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	padding: 5px 15px;
	padding-left: 40px;
	font-weight: bold;
	background-color: transparent;
	border: 0;
	margin-top: 5px;
}

.next-button:hover { 
	background-color: transparent;
	border: 0;
}


.sitemap {
	margin-top: 20px;
} 

.sitemap-title a {
	font-weight: bold;
}

.sitemap-url {
	color: silver;
	padding-left: 45px;
	padding-bottom: 7px;
}

.sitemap-desc {
	color: silver;
	font-size: 9px;
}

.suppliers-box {
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.suppliers-box div {
	text-align: center;
}

.suppliers-box img {
	margin: 0;
	padding: 0;
}

.suppliers-box p {
	text-align: justify;
	font-size: 11px;
	margin: 0;
	line-height: 140%;
}

.index-desc {
	float: left;
	width: 450px;
	text-align: justify;
	padding: 5px 10px;
	border: 1px solid #EEE;
}

.index-support {
	float: right;
	width: 200px;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 2px solid #EEE;
	background-color: #FAFAFA;
	margin-bottom: 10px;
}

.index-support img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}


.index-support .send {
	text-align: right;
}

.index-support .send img {
	float: right;
}






.price {
	font-weight: bold;
	color: black;
}

.regular-price {
	text-decoration: line-through;
	font-weight: bold;
	color: black;
}

.special-price {
	font-weight: bold;
	color: red;
}
