@IMPORT url("cycles.css");

* {
	font-family: arial, helvetica, sans-serif;
}

body {
	color: black;
	padding-bottom: 10px;
	background-color: #DDD;
}

html,body,ul,li {
	margin: 0;
	padding: 0;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #464544;
	text-decoration: none;
}

h1 {
	font-size: 16px;
}

li {
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-left: 25px;
	list-style-type: square;
}
a:hover {
	text-decoration: underline;
}

hr {
	border: none;
	border-top: 1px solid #DDD;
}

table,tr,td {
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse; 
	font-size: 11px;
}

th {
	background-color: #ccc;
	color: white;
}

a:hover {
	color: #FFA405;
}

.clear {
	clear: both;
	height: 2px;
}

fieldset {
	border: 2px solid #EEE;
	margin-bottom: 20px;
	padding: 10px 20px;
}


fieldset table tr td {
	padding: 4px 3px;
}

legend {
	color: #b93e0f;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
}

label {
	font-size: 10px;
	font-weight: bold;
	padding-right: 10px;
}

input,select {
	font-size: 10px;
	padding: 1px;
	border: 1px solid #CCC;
}

button {
	background-color: #682309;
	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 {
	border: 2px solid white;
}


.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;
	color: #a7380e;
}

.button-bar { 
	border: 1px solid #EEE;
	text-align: center;
	padding: 10px;
}

.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: 14px;
	color: #a7380e;
	text-transform: uppercase;
}

.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: 14px;
	color: #78280a;
	text-transform: uppercase;
}

/** layout **/
#wrapper {
	margin: 10px auto;
	width: 991px;
}

#wrapper .wtop {
	background-image: url(../images/wtop.png);
	height: 5px;
}

#wrapper .wmiddle {
	background-color: white;
	border-left: 3px solid #99330c;
	border-right: 3px solid #99330c;
	padding: 2px 0px;
}

#wrapper .wbottom {
	height: 10px;
}

.head { 
	width: 100%;
}

.head .top-bnr { 
	background-image: url(../images/top_bnr.png);
	background-repeat: no-repeat;
	height: 60px;
	padding-left: 20px;
}

.head .top-bnr { 
	text-align: right;
}

.head .user-box { 
	width: 272px;
}

.head .user-box li { 
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
}

.head .user-box a { 
	color: white;
}

.head .user-box .ub-top { 
	background-image: url(../images/user_box_top.png);
	height: 6px;
}

.head .user-box .ub-middle { 
	background-color: #99330c;
	padding: 0 5px;
}

.head .user-box .ub-middle .ub-content { 
	border-left: 1px solid #f69600;
	padding: 5px;
}

.head .user-box .ub-bottom { 
	background-image: url(../images/user_box_bottom.png);
	height: 6px;
}

.head .user-box .user .vline {
	border-right: 1px solid white;
	margin: 0 10px;
	width: 1px;
}

.head .user-box .user {
	text-align: right;
	font-weight: bold;
	padding: 10px 0;
	margin: 5px 0;
	border-top: 1px solid #ec8404;
	border-bottom: 1px solid #ec8404;
}

.head .user-box .user .username {
	color: #fca233;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.head .user-box .currency {
	text-align: center;
	padding-top: 5px;
	color: white;
	font-weight: bold;
}

.head .user-box .currency span {
	padding: 0 10px;
}

.head .user-box .currency .selected {
	font-size: 14px;
}

.head .user-box .currency a {
	color: #fca233;
}

.head .user-box .menu-support {
	background-image: url(../images/support.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px;
	padding-left: 25px;
}

.head .user-box .menu-account {
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

.head .top-menu1 { 
	height: 40px;
	padding-left: 1px;
}
.head .top-menu1 table { 
	float: right;
}

.head .top-menu1 td { 
	border-left: 1px solid #EEE;
	text-align: center;
}

.head .top-menu1 td a { 
	display: block;
	color: #99330c;
	font-weight: bold;
	padding: 5px 10px;
}

.head .top-menu2 { 
	height: 40px;
	text-align: right;
	padding-right: 20px;
	vertical-align: top;
}

.head .top-menu2 input { 
	height: 14px;
}


#foot { 
	background-color: #99330c;
	padding: 2px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#foot-keywords {
	font-size: 10px;
	text-align: center;
	/*width: 700px;
	margin: auto;*/
}


#middle {
	padding: 10px 0px;
}

#left {
	float: left;
	width: 173px;
	margin-right: 15px;
}

#left li {
	list-style-type: none;
}

#left h3 {
	margin: 0;
	margin-top: 7px;
	margin-bottom: 3px;
	color: white;
	font-size: 14px;
}

#left a {
	color: white;
	margin-left: 10px;
}

.top-left {
	width: 175px;
	vertical-align: bottom;
}

.left-top {
	background-image: url(../images/left_top.png);
	background-position: right;
	height: 18px;
	background-repeat: no-repeat;
	padding: 5px;
	padding-left: 30px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	color: white;
}

.left-middle {
	background-image: url(../images/left_middle.png);
	background-position: right;
	background-repeat: repeat-y;
	padding: 5px;
}

.left-bottom {
	background-image: url(../images/left_bottom.png);
	background-position: right;
	height: 5px;
}


.left-middle ul li {
	list-style-image: url(../images/left_arrow.png);
	padding: 1px;
	margin: 0;
	margin-left: 10px;
}

.news {
	font-size: 10px;
	color: white;
	font-weight: normal;
	font-variant: normal;
}

.news-date {
	font-weight: bold;
}

.news-title {
	font-size: 11px;
	font-weight: bold;
}

#center {
	float: left;
	width: 785px;
}

#center li {
	list-style-image: url(../images/tick.png);
}

#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: 10px;
	min-height: 400px;
}

#center-middle h1 {
	margin: 0;
	margin-bottom: 20px;
}

#center-middle h2, .search-tags h2 {
	margin: 0;
	padding: 5px 0;
	padding-left: 30px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #99330c;
	background-image: url(../images/logo_icon2.png);
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #CCC;
}

#center-bottom {
	background-image: url(../images/center-bottom.png);
	height: 8px;
}

#center h1 {
	color: black;
}

.center-box {
	margin-bottom: 15px;
}

.center-box-content {
	border: 1px solid #eee;
	padding: 5px;
}

.first-offer {
	width: 130px;
	text-align: center;
	padding: 4px 2px;
	border: 1px solid #EEE;
	margin: 2px;
}

.first-offer-picture {
	padding: 4px;
}

.highlight {
	border: 3px solid #99330c;
	padding: 5px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
}

#right {
	float: right;
	width: 200px;
	margin-top: 15px;
}

#right a {
	color: black;
}

.right-top {
	height: 1px;
	/*height: 19px;*/
	background-repeat: no-repeat;
	padding-left: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1px;
}

.right-middle h2 {
	margin: 0;
	margin-top: 3px;
	color: #99330c;
	font-size: 16px;
}

.right-middle {
	/*background-image: url(../images/right_middle.png);
	background-repeat: repeat-y;*/
	font-size: 12px;
	font-weight: bold;
}

.right-middle div {
	border: 2px solid #eee;
	border-right: 0;
	border-top: 0;
	padding: 5px 10px;
}
/*
.right-top-new {
	background-image: url(../images/right_top_new.png);
	background-repeat: no-repeat;
}
*/
.right-product {
	margin-bottom: 15px;
	border-bottom: 1px solid #f6f6f6;
	width: 100%;
}

.right-pic {
	/*border: 1px solid #eee;*/
	padding-left: 10px;
	width: 50px;
}

.right-product-name {
	font-size: 11px;
	vertical-align: bottom;
	text-align: left;
}

.right-product-price {
	color: #be5c0c;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
}	

.right-top-best {
	background-image: url(../images/right_top_best.png);
	background-repeat: no-repeat;
}

.right-bottom {
	background-image: url(../images/right_bottom.png);
	height: 6px;
	margin-bottom: 10px;
}

.right-middle ul li {
	list-style-image: url(../images/left_arrow.png);
	padding: 2px;
	margin: 0;
	margin-left: 10px;
}

/*
* Tabledata
*/

.tabledata {
	border: 1px solid #EEE;
}

.tabledata th {
	font-weight: bold;
	padding: 3px 10px;
	background-color: #f69600;
	text-align: left;
}

.tabledata td {
	padding: 8px 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;
}

.tabledata .chead {
	background-color: #DDD;
	font-weight: bold;
}

/*
* End tabledata
*/

.product-list td {
	padding: 2px 5px;
}

.product-list .chead {
	padding: 4px 5px;
}

/**
	start product box
*/

.product_box {
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
}

.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
*/


.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-size: 13px;
	font-weight: bold;
	color: #f89700;
}

.regular-price {
	font-size: 13px;
	text-decoration: line-through;
	font-weight: bold;
	color: black;
}

.special-price {
	font-size: 13px;
	font-weight: bold;
	color: red;
}

.payment_row_selected {
	background-color: #EEE;
}

.payment_row_over {
	background-color: #EEE;
}
/*
	Product site	
*/
.product-img img {
	border: 0;
	float: left;
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: 10px;
}

.product-information {
	margin-bottom: 10px;
}

.product-information fieldset {
	width: 350px;
	border: 1px dotted #ccc;
}

.product-description {
	margin-top: 5px;
	margin-bottom: 30px;
	padding: 0 5px;
	border-bottom: 1px solid #EEE;
}
/*
	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;
}

/*
	cart
*/


.cart th {
	text-align: left;
	background-color: #f69600;
}

.cart > tr {
}
.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: black;
	padding: 2px;
}

.cart .cproduct-total {
	font-weight: bold;
	padding: 10px 10px;
	text-align: right;
	font-size: 14px;
}

/*
	end cart
*/



.news-first {
}

.news-first .title h2 {
	margin: 0;
}

.news-container {
	overflow: hidden;
	height: 180px;
	border: 1px solid #EEE;
}

.news-date {
	font-weight: bold;
	text-align: right;
	color: gray;
	padding: 0 10px;
}

.news-title {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 12px;
	padding: 0 10px;
	color: #be5c0c;
}

.news-bottom {
	border-bottom: 1px solid #eee;
	padding: 0 10px;
	padding-bottom: 10px;
}

/*
	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;
	padding-bottom: 10px;
	width: 175px;
}

.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: #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;
}
/*
	end product box
*/

.logintable {
	width: 100%;
	margin-bottom: 60px;
}

.logintable td {
	padding: 5px;
}

.logintable .row1 {
}

.logintable .row2 {
	width: 190px;
	padding-right: 10px;
}

.logintable .row2 p {
	text-align: justify;
}


/**
	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: 300px;
}

.product-item .pb-col3 {
	width: 170px;
}

.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;
}

/*
	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;
}

.search {
	padding-left: 30px;
	width: 210px;
}

.search form {
	display: inline;
}

.articles-box {
	margin-bottom: 50px;
	border-bottom: 1px dotted silver;
}

.articles-box div {
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
}
