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


ul.tabs	{	padding: 16px 0 1px 0;	margin:  0 0 16px 0;	height: 21px;	background: url('../images/separator.gif') repeat-x bottom center;	width: 90%; clear: both; }

ul.tabs li { float: left; color: #000; padding: 0 0 0 0; line-height: 21px; height:21px; margin-right: 2px; }
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: 14px; font-family: arial; float: left; padding: 0 4px; text-align: center; display: block; line-height: 21px; 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 { background: url('../images/cart-rolover.png') no-repeat top left; padding: 7px 0 0 0; width: 50px; margin-left: 35px; height: 27px; }
input[type=submit].addToCart:hover { background-position: left center; }
input[type=submit].addToCart:active { background-position: left bottom; }

.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: #92bf68; border-style: solid; border-width: 1px; padding: 20px; line-height: 20px; font-family: arial; }