@CHARSET "UTF-8";

div.basTab {
	min-width: 100px;
	width: auto !important;
	width: 100px;
		
	font-size: 80%;
	
	float:left;
	
	margin: 0px;
	border: none;
	border-bottom: none;
	padding: 0px;
	
	text-align: left;
}

div.basTabLeft {	
	margin: 0px;
	border: none;
	padding: 0 0 0 3px;
	
	background-image: url('/media/layout/basket/tabLeft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

div.basTabRight {	
	margin: 0 1px 0 0;
	border: none;
	padding: 0 3px 0 0;
	
	background-image: url('/media/layout/basket/tabRight.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}

div.basTabMain {
	min-width: 94px;
	width: auto !important;
	width: 94px;
			
	margin: 0px;
	border: none;
	padding: 4px 0 0 2px;

	background-image: url('/media/layout/basket/tabContent.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	
	font-size: 0.85em;
	font-weight: bolder;
	color: #FFF;
}	

div.basTabLeftOn {
	background-image: url('/media/layout/basket/tabLeftOn.jpg');
}

div.basTabRightOn {	
	background-image: url('/media/layout/basket/tabRightOn.jpg');
}

div.basTabMainOn {
	background-image: url('/media/layout/basket/tabContentOn.jpg');
	color: #ffb515;
}

div.basTabDisabled {
	color: #C0C0C0;
}


#basketTabs3 {
	width: 100%
}

#basketTabs3 div.basketTab3 {
	width: 94px;
	height: 20px;
	
	float: left;
	
	background-image: url('/media/layout/basket/tabBg3.jpg');
	background-repeat: no-repeat;
	
	padding: 0px 6px 0px 18px;
	
	font-size: 90%;
	line-height: 20px;
}

#basketTabs3 a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#basketTabs3 span.currentTab {
	color: #000;
	text-decoration: none;
	font-weight: bolder;
}

#basketTabs3 span.disabled {
	color: #808080;
	text-decoration: none;
	font-weight: bolder;
}
	

#basketContent {
	width: 100%;
	float: left;
	
	margin: 0px;
	border: none;
	border-top: solid 1px #b61a30;
	padding: 0px;
}

#frmBasket fieldset {
	width: 719px;
	
	margin: 2px;
	border: none;
	padding: 0px;
}

#tblBasketItems {
	width: 100%;	
}

#tblBasketItems td {
	padding: 2px;
	background-color: #FFF;
}


#tblBasketItems th {
	padding: 2px;
	font-size: 0.9em;
	text-align: center;
	background-color: #FFF;
}

#tblBasketItems a {
	color: #000;
	text-decoration: none;
}

#tblBasketItems .button {
	width: 16px;
	vertical-align: middle;
	
	background-color    : #CFCFCF;
    color               : #0C0C0C;
    font-weight         : bold;
    text-align          : center;
    border-top:         solid 1px #FAFAFA;
    border-right:       solid 1px #0A0A0A;
    border-bottom:      solid 1px #0A0A0A;
    border-left:        solid 1px #FAFAFA;
    padding             : 1px;
}

#tblBasketItems .button:HOVER {
    border-bottom:      solid 1px #FAFAFA;
    border-right:   	solid 1px #FAFAFA;
    border-top:       	solid 1px #0A0A0A;
    border-left:      	solid 1px #0A0A0A;
}


#tblBasketItems td.proGroup {
	margin: 0px;
	border-top: solid 5px #FFF;
	padding-left: 5px;
	
	font-size: 0.9em;
	font-weight: bolder;	
}

#tblBasketItems tr.partRow {
	font-size: 0.8em;
}


#tblBasketItems td.proThumb {
	width: 50px;
	text-align: center;
}

#tblBasketItems td.number {	
	width: 50px;
	
	padding-top: 10px;
	
	vertical-align: top;
	text-align: center;
}

#tblBasketItems td.name {
	padding-top: 10px;
	
	vertical-align: top;
}

#tblBasketItems td.color {
	width: 60px;
	padding-top: 10px;
		
	vertical-align: top;
	text-align: center;
}

#tblBasketItems td.size {
	width: 60px;		
	text-align: center;
	vertical-align: middle;
}

#tblBasketItems td.quant {
	width: 80px;
	text-align: center;	
}

#tblBasketItems input.quant {
	width: 40px;
	text-align: right;
}

#tblBasketItems td.price,td.priceSum {
	text-align: right;
	width: 50px;
	padding-left: 5px;
	padding-right: 5px;
}


#tblBasketItems th.priceSum {
	font-weight: bold;
	width: 90px;
	background-image: url('/media/layout/basket/bg_th_totPrice.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	text-align: right;
}

#tblBasketItems td.priceSum {
	font-weight: bold;
	width: 90px;
	background-image: url('/media/layout/basket/bg_td_totPrice.jpg');
	background-position: right top;
	background-repeat: repeat-y;
	text-align: right;
}


/* ----------------------------------------------------- */
/* Login 												 */
/* ----------------------------------------------------- */

#basLoginForm h2 {
	font-size: 1em;
	color: #0000FF;
	background-color: #C0C0C0;
	margin: 2px;
	border: none;
	padding: 2px;
}

#basLoginForm p {
	font-size: 0.85em;
}

#basRegister {
	width: 340px;
	margin: 4px;
	border: none;
	padding: 2px;
	float: left;
}

#basLogin {
	width: 340px;
	height: 150px;
	
	margin: 4px;
	border: none;
	padding: 2px;
	
	float: left;
}

div.basLoginRow {
	width: 100%;
	margin: 3px 0 3px 0;
	display: block;
	float: left;
}

div.basLoginLabel {
	width: 100px;
	margin: 0px;
	border: none;
	padding: 0 10px 0 10px;
	float:left;
	font-size: 0.85em;
}

input.basLogin {
	width: 200px;
	float: right;
	margin: 0 5px 2px 0;
}

#basGuest {
	width: 340px;
	margin: 4px;
	border: none;
	padding: 2px;
	float: left;
}

/* ----------------------------------------------------- */
/* forms    											 */
/* ----------------------------------------------------- */

table.frmTable {
	margin-left: 15px;
}

td.fldName {
	width: 200px;
	font-size: 0.85em;
	
	background-color: #C0C0C0;
	color: #000;
	
	margin: 2px;
	border: none;
	padding: 2px 10px 2px 2px;
				
	text-align: right;				
}

td.fldValue, td.fldValueRO {
	width: 400px;
	font-size: 0.8em;
	
	background-color: #E8E8E8;
	color: #000;
	
	margin: 2px;
	border: none;
	padding: 2px 2px 2px 10px;
				
	text-align: left;
}

div.fldErrorMsg {
	color: #FF0000;
}

legend {
	font-size: 0.9em;
	font-weight: bolder;
	
	margin: 2px;
	border: none;
	/*
	border-left: solid 4px #808080;
	border-right: solid 4px #E8E8E8;
	*/
	padding: 2px;
	
	/* background-color: #C0C0C0; */
	color: #FFCE0D;
}	

fieldset {
	width: 680px;
	margin: 4px;
	border: solid 1px #C0C0C0;
	padding: 4px 4px 16px 4px;
}


/* ----------------------------------------------------- */
/* register 											 */
/* ----------------------------------------------------- */


#basRegisterForm table {
	margin-left: 15px;
}


/* ----------------------------------------------------- */
/* address	 											 */
/* ----------------------------------------------------- */


/* ----------------------------------------------------- */
/* order	 											 */
/* ----------------------------------------------------- */

#orderPreview {
	font-size: 0.8em;
}

#orderPreview th {
	background-color: #C0C0C0;
	color: #0000FF;

	font-weight: bolder;
	padding: 2px;
}
	
#orderPreview th.parName {
	min-width: 200px;
	width: auto !important;
	width: 200px;
}

#orderPreview td {
	border: solid 1px #C8C8C8;
	padding: 2px;
}

#orderPreview td.parQuant {
	text-align: center;
	min-width: 40px;
	width: auto !important;
	width: 40px;
}

#orderPreview td.parPrice {
	text-align: right;

	min-width: 60px;
	width: auto !important;
	width: 60px;
}

#orderPreview td.parPriceSum {
	text-align: right;
	font-weight: bolder;
	
	min-width: 80px;
	width: auto !important;
	width: 80px;
	
}
 
