f/*  Shopping cart row */

.row_product_column
{
	width:150px;
	float:left;
	text-align:left;
}


.row_qty_column
{
	width:70px;
	text-align:left;
	vertical-align: middle;
}

.row_cart_checkbox_column
{
	width:60px;
	text-align:center;
	vertical-align:middle;
	padding-top: 3px;
	height:0px;
	padding-left: 5px;
}


.row_saving_columm
{
	width:150px;
	text-align:left;
	padding-left:20px;
}


.row_total_column
{
	width:100px;
	text-align:left;
	padding-left:25px;
}

.row_description_column
{
	width:370px;
	padding-left:20px;
	text-align:left;
	vertical-align: top;
}


.row_description_column a:link{
 color: #000000;
 text-decoration:none;
}


.row_description_column a:visited
{
 color: #000000;
 text-decoration:none;
}

.row_description_column a:active{
 color: #000000;
 text-decoration:none;
}

.row_description_column a:hover{
 text-decoration: underline;
 color: #000000;
}





#row_dotted_line
{
	background-image:url(assets/images/dot_horizontal.gif);
	background-repeat:repeat-x;
	margin-left: 20px;
	margin-right: 20px;
}	

.row_span_red
{
	color:red;
}

.row_model
{
font-weight:bold; margin:0; padding:0;
}

.list_empty
{
list-style-image:none; margin:0; padding:0;
}

.list_strike
{
	color:gray; text-decoration:line-through
}

#cart_google
{
	height:100px; text-align:right;
}

#cart_google_left
{
	float:left; clear:left; background-color:white; padding-left:200px; font-weight:bold; vertical-align:middle; width: 465px;
}

#cart_google_right
{
	float:left; background-color:white; text-align:right; margin-left: 110px;
}

#cart_bottom
{
padding-bottom:40px;
}

#cart_bottom_left
{
	float:left;
	width: 690px;
	margin-left:20px;
	padding-right: 30px;
}

#cart_bottom_right{
float:left;
font-weight:bold;
width:190px;
}

.button_update
{
	background-image: url(assets/images/btn_update.jpg); background-repeat:no-repeat; border:0;  margin:0; padding:0; width:103px; height:35px;
}

.button_remove
{
	background-image: url(assets/images/btn_remove.jpg); background-repeat:no-repeat; border:0; margin:0; padding:0; width:103px; height:35px;
}


.button_continue
{
	background-image: url(assets/images/btn_continueshopping.jpg); background-repeat:no-repeat; border:0;  margin:0; padding:0; width:173px; height:37px;
}

.button_checkout
{
	background-image: url(assets/images/btn_checkout.jpg); background-repeat:no-repeat; border:0; margin:0; padding:0; width:104px; height:36px;
}
