@charset "utf-8";
/* CSS Document */

.error {
	color:#990000;
	font-weight: bold;
}

.left_col, .right_col {
	float: left;
	width: 315px;
	margin-right: 20px;
}

.right_col {
	margin-right: 0;
}

p.right {
	float: right;
}

#b_your_settings h1 span {
	margin-left: 120px;
}

/*categories */

.category_top
{
	background: top right no-repeat;
	padding-bottom: 50px;
}

.category_text
{
	width: 300px;
}

/* producta */

.product_row {
	float: left;
	margin-bottom: 30px;
	color: #828282;
}

.product_row .top{
	float: left;
}

.product_row .col, .product_row .col_left {
	float: left;
	width: 160px;
	margin-left: 55px;
	padding: 10px 10px 0 10px;
	background-color: #EDEDED;
}

.product_row .col_left {
	margin-left: 0;
}

.product_row .top .col div, .product_row .top .col_left div {
	background: center center no-repeat #FFFFFF;
}

.product_row .top a{
	display: block;
	height: 160px;
}

.product_row .top a.new{
	background: url(/_images/bgs/new.png) top right no-repeat;
}

.product_row .middle {
	float: left;
	font-size: 11px;
	background: url(/_images/bgs/bkg_products.png) top left repeat-y;
} 
 
.product_row .middle .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
}

.product_row .bottom .col, .product_row .bottom .col_left {
	font-size: 14px;
	font-weight: bold;
	color: #660033;
	padding-bottom: 10px;
}

.product_row a.view {
	display: block;
	float: right;
	width: 50px;
	height: 22px;
	background: url(/_images/buttons/view.png) top left no-repeat;
	text-decoration: none;
}

.product_row .bottom .col a i, .product_row .bottom .col_left a i {
	visibility: hidden;
}

#gallery #main_image {
	float: left;
	width: 350px;
	padding: 4px;
}

#gallery #icons {
	background-color: #EDEDED;
	width: 360px;
	padding: 15px 0 15px 0;
}

a.gallery {
	float: right;
	padding-right: 14px;
	border: 1px solid #E2E2E2;
}

#zoom {
	display: block;
	width: 358px;
	border: 1px solid #E2E2E2;
}

#zoom img {
	float: left;
	clear: left;
}

#product_left {
	float: left;
	margin-bottom: 50px;
}

#product_right {
	float: left;
	width: 270px;
	margin-left: 20px;
	margin-bottom: 50px;
}

#price h3 {
	float: left;
}

#price input {
	float: right;
}


/* pagination */

#pagination {
	float: right;
	padding-top: 20px;
}

#pagination ul {
	margin: 0;
	padding: 0;
	list-style:none;
}

#pagination ul li {
	margin:0;
	padding:0 3px 0 0;
	float:left;
}

#pagination ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7c7c7c;
	font-weight:bold;
	text-decoration: none;
	line-height: 24px;
	border-left: 1px #7c7c7c solid;
	padding: 0 3px 0 6px;
}

#pagination ul li a:hover,
#pagination ul li.selected a {
	color: #f25b7c;
}

#pagination ul li.first a {
	border-left: none;
}

#pagination ul li a.prev, #pagination ul li a.next {
	display: block;
	width: 95px;
	height: 24px;
	background: top left no-repeat;
	padding: 0;
	border: 0;
}

#pagination ul li a.prev {
	background-image: url(/_images/buttons/previous.png);
	margin-right: 20px;
}

#pagination ul li a.next {
	background-image: url(/_images/buttons/next.png);
	margin-left: 20px;
}

#pagination ul li span {
	visibility: hidden;
}

		/* Tables */
table.basket, table.orders {
	width: 100%;
	margin:0 0 15px 0;
}

table.basket tr th, table.orders tr th {
	padding:10px 0 10px 5px;
	text-align:left;
	background: #E0EAEF;
}

table tr td.right, table tr th.right {
	text-align: right;
}

table.basket tr td, table.basket tr th, table.orders tr td, table.orders tr th {
	text-align: center;
	padding: 10px 0 10px 5px;
}

table.basket tr td.quantity {
	white-space: nowrap;
}

table.basket tr td.order_total, table.orders tr td.order_total {
	font-weight: bold;
}

table.basket tr.even td, table.orders tr.even td {
	background: #E0EAEF;
}

table.basket tr td.img img, table.orders tr td.img img {
	border:1px solid #CCC;
}

td.right
{
	text-align: right !important;
}

		/* Buttons */

a.pay {
	width: 85px;
	height: 27px;
	background:url('/_images/buttons/checkout.png') top left no-repeat;
	float:right;
	text-decoration: none;
}

a.pay span {
	visibility: hidden;
}


		/* Forms */

form {
	margin:0;
	padding:0;
}

fieldset {
	border:0;
}

.label {
	float: left;
	width: 153px;
	margin-bottom: 5px;
}

fieldset label {
	float: left;
	width: 155px;
	line-height: 22px;
	vertical-align: middle;
}

fieldset.large label {
	width: 250px;
}

fieldset label span {
	font-weight:bold;
	color:#990000;
}

fieldset input.text, fieldset select, fieldset textarea {
	float: left;
	width: 155px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 2px 0 2px 0;
	margin-bottom: 5px;
}

fieldset textarea {
	height: 100px;
}

fieldset input.submit {
	float: left;
}




