/*
File		:	/tpl/carbon/css/page_shop.css
Desc.		:	global style sheet for screen media
Author		:	Olivier Le Brenn, about@webriding.net
C.D.		:	Fri, May 19, 2006 | 11:07:05 AM
U.D.		:	Fri, May 19, 2006 | 11:07:05 AM
COM			:	http://stopdesign.com/examples/ie5mac-bpf/
				http://tantek.com/CSS/Examples/midpass.html
*/

/*-------------------{ imported common links }---------------------*/


@import url("/tpl/carbon/css/global_links.css");
@import url("/tpl/carbon/css/global_typo.css");

/*------------{ imported styles according to browsers }------------*/

@import url("/tpl/carbon/css/global.css");

/* IE5/Mac Only Styles  */
/*\*//*/
  @import "/tpl/shack/css/global_iemac.css";
/**/

/* IE5/Win Only Styles */
@media tty {
 i{content:"\";/*" "*/}} @import '/tpl/carbon/css/global_iewin.css'; /*";}
}/* */


/*-----------------------{ page style }----------------------------*/


#action {
	height:40px;
	padding-top:90px;
	padding-left:45px;
	text-align:left;
	background: url(/tpl/carbon/img_en/headers/system_users.jpg) no-repeat top left;
	border-bottom:1px #272827;
}

#action h2 {
	color:#333;
	font-size:1.5em;
	font-weight:normal;
}

#boxcontainer {
	margin: 1em 25px; 
}

input.quantity {
	border: 1px inset #505050;
	width:1.5em;
	margin-right:10px;
}

input.image {
	padding-top:2px;
}

table.cart, table.orders {
	width:100%;
	padding:0px;
	margin:10px 0;
	background: #eee ;
}

table.cart th, table.orders th {
	background: #ddd ;
	padding:5px;
	margin:2px 0;
	border-bottom: 1px solid #6e6e6e;
	border-collapse: separate;
}

table.cart td {
	padding:2px 5px;
	vertical-align:top;
}

table.cart td.bordered, td.bordered {
	border-bottom: 1px solid #6e6e6e;
	border-collapse: separate;
}


table.cart td.item {
	vertical-align:top;
}

#tablelist { 
	float:left;
	width:482px; 
	border-bottom: 1px solid; 
	border-color: #999; 
	padding:4px;
}
/* \*/
html > body #tablelist {
	width:472px; 
	border-bottom: 1px solid; 
	border-color: #999; 
	padding:4px;
} 
/* */

.availability {
	margin:0;
}
/* div */

div.tablelist h4 {
	font-size:1em;
	color:#ffffff;
	margin:0 0 5px -20px;
	padding:5px 0 5px 35px;
	clear:both;
	width:478px;
}

div.tablelist h5 {
	font-size:1em;
	float:right;
	margin:0;
	padding:5px;
	clear:both;
}

div.tablerow {
	border-bottom: 1px solid #d9d9d9;
	padding: 5px 0;
	margin: 0;
	float:left;
}


div.tablelastrow {
	border-bottom: none;
	padding: 5px 0;
	margin: 0;
	float:left;
}

/* dl */

#content-inner fieldset {
	border: 1px solid #9f2c23;
	padding: 5px 5px 5px 10px;
	margin: 5px 0;
}

#content-inner fieldset legend {
	margin: 5px;
	border: 1px solid #8d1c1e;
	padding: 5px;
	color: #ffffff;
	background-color: #9f2c23;
}

#content-inner input.radio {
	margin: 0 5px;
	padding: 0;
}

