/*
    Document   : product_prev
    Created on : 2012-04-18, 18:06:49
    Author     : tech-prog
    Description:
        Purpose of the stylesheet follows.

				ATTENTION:
					Size of Images on cms product object are defined
					in layout.css
*/


div#myTabs ul.tabs {
	background: inherit;
}

div.prodInfo span.available {
	color: #006e05;
	font-weight: bold;
}

div.prodInfo span.unavailable {
	color: #b02020;
	font-weight: bold;
}

ul.tabs	{	padding: 0 6px;	margin:  0;	height: 21px; clear: both; }

ul.tabs li { float: left; color: #000; padding: 0 0px; line-height: 21px; height:21px;}
ul.tabs li .ltab { float: left; width: 7px; height: 21px; background: url('../images/prod-tab-active-left.gif') no-repeat top left transparent; }
ul.tabs li .rtab { float: left; width: 7px; height: 21px; background: url('../images/prod-tab-active-right.gif') no-repeat top right transparent; }
ul.tabs li a { color: #fff; font-weight: bold; font-size: 13px; font-family: Tahoma; float: left; padding: 0 6px; text-align: center; display: block; line-height: 21px; border-radius: 6px 6px 0 0; background: url('../images/prod-tab-active-center.gif') repeat-x top left; }

ul.tabs li.active a { background-image: url('../images/tab-orange-middle.png'); }
ul.tabs li.active .ltab { background-image: url('../images/tab-orange-left.png'); }
ul.tabs li.active .rtab { background-image: url('../images/tab-orange-right.png'); }

.smallprice { color: #5C8607; font-weight: bold; }
.blueprice { color: #1c62c4; font-weight: bold; }

/* Attachments list */
img.attachment { float: left; padding-right: 4px; width: 32px; height: 32px; }
ul.att_list li { clear: both; }

input[type=submit].addToCart { width: 60px; height: 34px; margin-left: 35px; border-radius: 14px; }
.prodInfo input.quantity { margin-top: 8px;}
.prodInfo ul { padding: 0 0 0 0; }
.prodInfo .balance { height:16px; width: 140px; border: 1px solid #ccc; }
.quantProd { float: left; height: 25px; padding-top: 30px; }

ul.possibleCouriers { font-size: 11px; list-style-type: square !important; padding-left: 15px; margin: 0 0 0 0; }

.decription_content { background-color: #FFF; border-radius: 6px; border-color: #EB5908; border-style: solid; border-width: 1px; padding: 20px; line-height: 20px; font-family: arial; }

table.couriers {
	font: normal 12px Tahoma;
	width: 100%;
}

table.couriers td {
	padding: 0;
}

table.couriers td.courier-name {
}

table.couriers td.courier-price {
	font-weight: bold;
	text-align: right;
	padding-left: 4px;
}