/* CSS Document */

 <!--
 	
 	div .row {
	  float:left;
	  margin-right:4px;
	  margin-top:8px;
	  width:120px;
	}
	
	div .row label {
		color:#606060;
		display:block;
		float:left;
		font-weight:bold;
		margin-right:6px;
		margin-left:4px;
		text-align:left;
		width:25px;
		}
	
	div .row .msg{
		color:#FF0000;
		font-weight:bold;
		margin-right:8px;
		text-align:left;
		
	}
	
	.row .f_color .select{
	 margin-right: 6px;
	}
	
	.add_to_cart .button {
	    float:right;
		margin-top:4px;
		margin-left:30px;
	}
	
	.option{
		float:left;
	}
	
	#cart_area{
	   background-color:#FFFFFF;
	   background-image:url(../images/product_background.gif);
	   background-repeat:no-repeat;
	   background-position:top left;
	   height:100%;
	}
	
	.img_container
	{
		border: 1px solid #CCCCCC;
		
	}
	
	.cart_image{
		padding:4px;
	}
		
	.table_container
	{
		width:600px;
	}
	#shipping_method{
		margin:20px;
	}
	
	#qty input{
		width:20px;
	}
	
	button:hover {
		background:#FF6D00 none repeat scroll 0 0;
		color:#279534 !important;
	}

	button.cart_button {
		background:#333333 none repeat scroll 0 0;
		border:2px solid #444444;
		margin-right:6px;
	}

	button {
		background:#FFFFFF none repeat scroll 0 0;
		border:2px solid #999999;
		color:#838383;
		cursor:pointer;
		height:30px;
		margin-right:6px;
		padding:6px;
	}
	
	
	-->