body
{
    font: 0.8em 'trebuchet ms',arial,sans-serif;
    overflow-x: hidden !important;
    background-attachment: ;
}

/**
* Tricky Tricky LOL please don't ask me this.
*/

.clear_left
{
	clear: both;
}

/**
* Common Element Specific
*/

p
{ 
   padding: 0 0 20px 0;
   line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 
{ 
   font: normal 175% 'century gothic', arial, sans-serif;
   color: #3C5A98;
}


a, a:hover
{ 
    outline: none;
    text-decoration: none;
    color: #1293EE;
}

a:hover
{ 
	text-decoration: none;
}

ul
{ 
	margin: 2px 0 22px 17px;
}

ul li
{ 
	list-style-type: circle;
  	margin: 0 0 6px 0; 
  	padding: 0 0 4px 5px;
}

ol
{ 
	margin: 8px 0 22px 20px;
}

ol li
{ 
	margin: 0 0 11px 0;
}

/**
* Effort less table style
*/

#component table tr th, #component table tr td 
{
    padding: 7px 4px;
    text-align: left;
}

#component table tr td {

    border-top: 1px solid #FFFFFF;
    color: #47433F;
}

/**

* Layout Specific

*/

#global_wrap
{
    width:500px;
}

#header
{
    height: 192px;
}


#component
{
    clear:both;
	text-align: left;
    width: 500px;
}

/*
 Footer
*/

#footer
{
    font: 100% 'lucida sans unicode',arial,sans-serif;
    height: 33px;
    letter-spacing: 0.1em;
    padding: 5px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 520px;
}

#footer a
{
    text-decoration: none;
}

/**
* Cart/Order
*/

.error
{
    color: #FF0000;
}

.nav_link
{
    font-weight:bold;
    font-size:20px;
}

.back_cart
{
    float: left;
    min-height:200px;
    text-align: center;
    padding: 10px;
}

.save_button
{
    clear:both; 
    float:right;
}



.wrapper
{
   float:left; 
   width:100%;
}

.clear_cart
{
    clear:both;
    float:right;
    display: table-cell;
    vertical-align: middle;
    background:white;
}

.update_cart
{
    float:right;
}

.checkout
{
    clear:both;
    float:right;
}

.payment_info
{
    background: #EFEFEF;
    padding: 5px;
}

/**
* Cart Item
*/
.cart_table
{ 
    width:100%;
    display:block;
}

.cart_subitem

.add_cart_img
{
    width:120px;
}

.cart_qty
{
    width:60px;
}

/**
* Ship Info

*/

.row label
{
    clear:both;
    float:left;
    width:150px;
    padding: 3px;
}

.span2
{
    float:left;
}

.confirm_title
{
    clear:both;
    padding-top:10px;
    font-weight:bold;
    font-size:18px;
}

/**
* cart component --> product listing 

*/



.thumb_div h2
{
    margin:0px;
    padding:0px;
}



.item_column
{
    float:left;
    min-height:200px;
    text-align: center;
    padding: 10px;
}

.img_div
{
    height: 200px;
    width:inherit;
    display: table-cell;
    vertical-align: middle;
    background:white;
    border:1px solid #cccccc;
}

.display_img
{
    width:100%;
    display:block;
}

.add_cart_img
{
    background-image: url("image/Add_To_Cart.jpg");
    background-position: center;
    width:109px;
    height: 29px;
    text-align: center;
}

.list_product_name 
{
    font-size: 12px;
    font-weight: bold;
}

#add_cart_button
{
    width:80px;
}

.add_cart_img_small
{
    background-image: url("image/facebook_cart_button_small.jpg");
    text-align: center;
    background-repeat: no-repeat;
    display:block;
    background-color: transparent;
    border:1px solid white;
    border-top:1px solid white;
    border-left:1px solid white;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    width: 72px;
    margin: auto;
    height:23px;
    text-align: center;
}

.out_stock
{
    font-weight: bold;
    color: red;
}

.add_cart_button
{
    background:url(image/add_to_cart.gif) no-repeat;
    background-position: right;
    width: 100%;
    height: 38px;
    cursor: pointer;
}

a.list_product_name
{
    font-size:12px;
}

/**
* cart component --> product detail page 
*/

.product_name
{
    color: #3C5A98;
    font-size: large;
    font-weight: bold ;
}


/* shopping cart table */

tbody tr th
{   
    background: #3C5A98; 
    color:white;
}

table 
{
    border-spacing: 0px !important;
}

.cart_table 
{
    border-top:thin solid gray;
    border-right:thin solid gray;
    border-left:thin solid gray;
    margin-bottom: 5px;
}

.cart_table td
{
    border-bottom:thin solid gray;
}

.nav_link h2
{
    margin:3px;
    font-size: 20px;
    color :#1C2A47;
    font-weight: bold;
}












