﻿
.left
{
    width:120px;
    font-weight:bold;
}

.comment
{
	font-size:80%;
	font-style:italic;
	margin-top:4px;
}

.commentbox
{
	display:none;
}

.commentbox textarea
{
	width:200px;
	height:40px;
}

.commentbox input
{
	position:relative;
	bottom:9px;
}

.underline {
    text-decoration: underline;
    font-size: 80%;
}
.customerdetail
{
    background-color: #222222;

    font-size: 90%;
    margin-top: 10px;
    padding: 5px;
    width:300px;
    float:left;
    margin-left:10px;
}

.commentdetail
{
    background-color: #222222;
    font-size: 90%;
    margin-top: 10px;
    padding: 5px;
    width:622px;
    margin-left:10px;
}
.quantity
{
    text-align:center;
    font-size:110%;
    font-weight:bold;
}

#carttable
{
    width:100%;
    border-collapse:collapse; 
    
}

#carttable td
{
    padding:4px;
	border:1px solid #5a5a5a;
}

#carttable th
{
    text-align:left;     
    background-color: transparent !important;
}

.headerrow {
	font-size: 150%;
}

.blackback
{
    background-color: transparent !important;
	border-color: transparent !important;
	background: transparent !important;
}

.blackback td {
	border: none !important;
}

.image-column {
	text-align: center;
}


#carttable tr {
	background: #303030; /* Old browsers */
	background: -moz-linear-gradient(top, #303030 45%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,#303030), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #303030 45%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #303030 45%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #303030 45%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #303030 45%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303030', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
   border:1px solid #303030;
}

.productcolumn {
        vertical-align: top;
}


.carttitle
{
    font-size:120%;
    font-weight: bold;
    
}
.cartprice
{
    font-size:150%;
    font-weight:bold;
}



#checkoutholder
{
	position:relative;
    width: 100%;
}

#checkoutbuttons
{
	position:absolute;
	right:0px;
	top:0px;
}
#checkoutbuttons form
{
	display:inline;
}
#checkoutbuttons span
{
	position:relative;
	top:0px;
}

#checkoutbuttons #paypal
{
	position:relative;
	top:4px;
}

.bold
{
    font-weight:bold;
}

.smallprice {
	font-size: 10px;
}

.text-center {
	text-align: center;
}

.productrow td {

	background-repeat: repeat-x;
	background-position: left bottom;
}

.cartdetails {
	display: none;
	margin-left: 4px;
	margin-top: 5px;
	padding: 3px;
	border: 1px solid #dfdfdf;
	max-height: 200px;
	overflow: scroll;
	overflow-x: hidden;
}
.loadingbars {
	margin-left: 10px;
	display: none;
}
.cartkey {
	font-size: 80%;
	text-decoration: underline;
}

.cartdatatitle {
	font-weight: bold;
	margin-top: 5px;

}

#carttable {
	color: #ffffff;
}

#carttable a{
	color: #ffffff;
}