/* @group General Styles */


c29e48
#seller-logo{
background: #fff url(yd-logo.png) no-repeat 30px;
	height: 100px;
	margin-bottom: 10px;
border-bottom:1px dashed silver;
}


input, textarea{
	font: normal normal 100%/1.5em arial,Verdana,sans-serif;
	
}



 div.blockMsg { 
    width:  40%;
    top:    30%;
    left:   30%;
    padding:20px;
    text-align:center;
    border:0;
    color:#fff;
    background-color: #000;
-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);

}

div.blockMsg h1 { 
    color: #333;
    font-size: x-large; 
    font-weight: normal;
    font-family: 'trebuchet ms', tahoma, arial;
}

div.blockMsg .blockTxt { 
    padding:20px;
}



br {
	margin: 0;
}

h1 {
	margin: 10px 0;
	padding: 0;
	
}

/*h2{
	color: #666;
	margin-left: 10px;
	text-shadow: 1px 2px 1px #EEE; 
}*/

img {
   border: none;
}
/*
.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 12px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 12px;
}
*/
/*
a:link, a:visited {
	color: #528a12;
	text-decoration: none;
	border: none;
}

a:hover, a:active {
	color: #004082;
	text-decoration: none;
}
*/
span.clr {
	display: block;
	clear: both;
}

hr{
	border-style: none;
}

img.icon24{
	height: 24px;
	width: 24px;
	vertical-align: top;
}

.item_title {
	font-size: 11px;
	color: gray;
}

.flderr{
	color: red;
	font-style: italic;
}


/* @end */





/* @group CSS Tables */

#co-form{
	width:700px;
	margin:10px auto;
	background:transparent;
	border:2px solid #480000;/*#c29e48;*/
	padding:20px;
}

#co-form fieldset{
border-top:none;
border-bottom:none;
border-left:none;
border-right:none;
margin:20px auto;
}

#co-form legend{
font-size:16px;
/*color:#c29e48;*/
color: #480000;
font-weight:bold;
}

#co-form p{

	clear: left;
	margin: 0;
	padding: 5px 0 5px 0;
	padding-left: 160px;
	vertical-align: middle;
}

#co-form label {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-left: -155px;
	width: 150px;

}

#co-form textarea {
	width: 250px;
	height: 150px;
}


#ship-options{
list-style: none;
margin:0;
padding-left:0;
}

#shipping-spinner{

}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}





/* @end */



#cart .cart-content{
	width: 100%;
	border: 1px solid silver;
}

#cart .cart-content table {
width:100%
}
#cart .cart-content table td{
border:1px solid silver;
padding: 4px;
}

#cart  ul ,  #cart ul li{
	font-size: 11px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#cart li span {
	float: none;
	font-weight: bold;
	text-align: right;
}

#cart .p-name  {
	font-weight: bold;
}

#cart td.p-qty{
	text-align: center;
}

#cart td.p-ltotal{
	text-align: right;
}

#invoice{
border:2px solid #c29e48;
width:600px;
 margin:10px auto;
background: #fff;
 padding:10px;
}
