@IMPORT url("cycles.css");

* {
	font-family: arial, helvetica, sans-serif;
}

body {
	font-family: arial, helvetica, sans-serif;
	padding: 15px;
	margin: 0;
	clear: both;
	/*background: #e8e8e8;*/
	text-align: center;
	color: #333333;
	font-size: 12px;
}


a {
	color: #8c0000;
	text-decoration: none;
}

a:hover {
	color: #650000;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #DDD;
	color: #890c08;
}

h2 {
	font-size: 14px;
}

input{
	border: 2px solid #DDD;
	background-color: #FAFAFA;
	padding: 1px;
	font-weight: bold;
	color: gray;
}
	
button {
	font-weight: bold;
	padding: 1px 20px;
	font-variant: small-caps;
	color: black;
	font-size: 13px;
	background-color: white;
	border: 2px solid #333;
}

/* forms */

fieldset {
	/*width: 100%;*/
	margin: 0;
	margin-bottom: 10px;
	border: 2px solid #EEE;
	padding: 10px;
}

legend {
	font-weight: bold;
	margin: 0;
	padding: 0 10px;
	color: #9e0d09;
	font-size: 14px;
}

.clear {
	clear: both;
}
	
#wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #EEE;
	background-color: white;
}

#header {
	background: #fff;
	position: relative;
	height: 80px;
}

#header .logo {
	position: absolute;
	top: 0;
	left: 0;
}

#header .status {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 13px;
	border-left: 1px solid #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	background-color: #FAFAFA;
}

#header .status a {
	text-decoration: none;
	padding: 2px 15px;
	font-variant: small-caps;
	font-weight: bold;
}

#header .status a:hover {
	text-decoration: underline;
}

.change-currency {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #890c08;
	font-size: 11px;
	color: gray;
}

.change-currency select {
	border: 1px solid silver;
}

.currency-text {
	padding: 2px 15px;
}

.currency a {
	display: block;
	color: orange;
	text-decoration: none;
	padding: 2px 15px;
}

.change-currency a:hover {
	background-color: #EEE;
}

#selected-currency {
	text-transform: lowercase;
	font-size: 11px;
	padding: 2px 15px;
	color: gray;
}

#content {
	float: right;
	width: 640px;
	padding: 10px 30px;
	margin: 0;
	background: #fff;
}

hr {
	border: none;
	border-top: 1px solid #f0f0f0;
}

#content p, #content li {
	color: #666;
	line-height: 1.4em;
}

#content table {
	width: 100%;
}

#account {
	background-color: #890c08;
}

#account ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#account ul li {
	float: left;
}

#account ul li a {
	display: block;
	padding: 7px 25px;
	float: left;
	color: #CCCCCC;
	font-size: 13px;
}

#account ul li a:hover {
	position: relative;
	background: #660000;
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 230px;
	margin: 0;
	padding: 10px 10px;
	background: #262626;
}

#sidebar h2 {
	text-transform: uppercase;
	color: #ccc;
	letter-spacing: 4px;
}

#sidebar h4 {
	margin-bottom: 0;
	padding-bottom: 0;
	color: #890c08;
}

#sidebar ul {
list-style-type: none;
padding: 0;
margin-left: 0;
margin-top: 0;
}

#sidebar li {
	list-style-type: none;
	padding: 2px 0;
}

.left-product {
		cursor: pointer;
}

.left-product:hover {
	background-color: #555;
	cursor: pointer;
}

.left-product:hover a {
	text-decoration: underline;
}

.left-product-name {
	float: left; 
}

.left-product-price {
	float:right; 
}

.left-product-price a {
	color: white;
}

#sidebar a {
	color: #ccc;
}

#sidebar a:hover {
	text-decoration: underline;
}

#footer {
	background: #890c08;
	clear: both;
	display: block;
	height: 18px;
	font-size: 10px;
	padding: 7px 30px;
	color: #ccc;
	text-align: right;
	}

#footer a:link, #footer a:visited {
	color: #ccc;
}


form p {
	margin: 0.8em 0;
}


button:hover {
	background-color: #EEE;
	cursor: pointer;
	color: #333;
}

label {
}

.tabledata {
	margin-bottom: 10px;
}

.tabledata th {
	background: #ccc;
	padding: 7px 3px;
}

.tabledata td {
	color: #666;
	padding: 5px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

.tabledata tr.even {
	background-color: #f0f0f0;
}

.tabledata tr.odd {
	background-color: #fcfcfc;
}


.tabledata2 {
	margin-bottom: 10px;
}

.tabledata2 th {
	background: #ccc;
	padding: 7px 3px;
}

.tabledata2 td {
	color: #666;
	padding: 5px 3px;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: middle;
}

.tabledata2 tr.even {
	background-color: #f0f0f0;
}

.tabledata2 tr.odd {
	background-color: #fcfcfc;
}

.r_price {
	text-decoration:line-through;
	color: #8c0000;
}

.s_price {
	color: #CC0000;
	font-weight: bold;
}


.notification {
	font-weight: bold;
	font-size: 12px;
	color: white;
}

.productlist {
	margin-top: 30px;
}

.productlist_category {
	color: white;	
}

.productlist_category_span {
	padding-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #666;
	display: block;
}

.productlist_category_2_ul {
	font-weight: normal;
	margin-left: 15px;
	list-style-type: square;
}

.productlist_category_2_span {
	font-weight: normal;
}

.vline {
	background: url("../images/vline_dotted.png") center no-repeat;
	padding: 5px;
}


.warning {
	color: red;
	font-weight: bold;
}

.errors {
	font-weight: bold;
}

.stock_status {
	font-size: 16px;
	color: red;
	font-weight: bold;
}

.price {
	font-size: 16px;
	color: green;
	font-weight: bold;
}

#foot-keywords {
	text-align: center;
	font-size: 11px;
	padding: 2px;
	background: #890c08;
	color: silver;
}


/**
	start product box
*/

.product_box {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	background-color: #fafafa;
	border: 1px solid #cccccc;
}

.product_box td {
	padding: 3px;
}

.product_box_image {
	width: 80px;
}

.product_box_desc {
	vertical-align: top;
	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
*/


/*
	end shopping progress
*/
.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;
}

/*
	end shopping progress
*/

.highlight {
	border: 3px solid #890c08;
	padding: 5px;
	padding-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	background-color: #FDFDFD;
}


/*
	Product site	
*/

.product-information table {
	width: 100%;
	font-size: 12px;
}

.product-information td {
	padding: 4px 2px;
}

.product-information .label {
	font-weight: bold;
	color:black;
	padding-right: 20px;
	width: 200px;
	font-size: 12px;
}

.product-information .value {
	font-weight: bold;
	color: #b43a0b;
	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: left;
	padding: 0;
	width: 300px;
}

.product-information .buy {
	padding-top: 30px;
	vertical-align: top;
}

.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;
}

.bottom-line {
	background-image: url(../images/hr.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.product-information .text {
	
}
/*
	end Product site
*/

/*
	product box
*/

.pr-box {
	background-image: url(../images/hr2.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 5px;
	margin: 5px;
	border: 1px solid #EEE;
	padding-bottom: 10px;
	width: 180px;
}

.pr-box .image {
	padding-bottom: 10px;
	text-align: center;
}

.product-item .pb-name {
	font-size: 16px;
	font-weight: bold;
}

.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: #f69600;
}

.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;
}


.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: 300px;
}

.product-item .pb-col3 {
	width: 150px;
}

.product-item .pb-name {
	font-size: 16px;
	font-weight: bold;
}

.product-item .pb-image {
	padding: 10px;
	width: 100px;
	vertical-align: middle;
}

.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;
}
/*
	end product box
*/


.product-img img {
	border: 0;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 7px;
}


.contact-box {
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: white;
	border-bottom: 1px dotted silver;
}

.contact-box a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	font-size: 14px;
}

.search {
	margin: 10px 0;
}

.ad {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.ad a {
	font-weight: bold;
}

.product-list {
	border-spacing: 0;
}

.product-list td {
	padding: 2px 5px;
	border: 0;
}

.product-list .cdesc {
	font-size: 11px;
}

.product-list .chead {
	padding: 4px 5px;
	padding-top: 15px;
	font-weight: bold;
	border-bottom: 2px solid black;
}



/*
	Cycles
*/

.cycles_table {
	border: none;
	margin-bottom: 40px;
	border: 1px solid #DDD;
	border-collapse: collapse;
	width: 100%;
}

.cycles_cell_headding {
	color: #fff;
	background-color: #add8e6;
	padding: 5px;
	border: 0px;
}

.cycles_cell {
	border: 1px solid #DDD;
	padding: 5px;
}

.cycles-list li {
	padding: 5px 5px;
}

.categories li {
    margin: 0;
    padding-left: 0px;
    border: 0;
}

.categories .category {
    list-style: none;
    margin-bottom: 7px;
    padding-bottom: 7px;
    margin-top: 10px;
    font-weight: bold;
    color: #fff;
}

.categories .product {
    padding-left: 10px;
    font-size: 11px;
}

