﻿/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	background:#FFF;
	font-family:Verdana;
	font-size:11px;
}

a
{
    color:#4b4a4a;
    text-decoration:none;
    cursor:pointer;
}

a:hover
{
    color:#1F6C96;
}

.clear
{
 clear:both;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

/* Header styles */
#container-header {
    width:980px;
    margin: 0 auto;
    background:url('/Themes/Default/Images/headerBack.jpg') no-repeat;   
}

#container-body {
    width:980px;
    margin: 0 auto;
}

#container-bodyOuter {
    width:100%;
}	
	
/* Footer styles */
#container-footer {
    width:100%;
}




#ctl00_ctl00_CphBody_CphCenterColumn_PnlBuyNow,#ctl00_ctl00_CphBody_CphCenterColumn_PnlForm{position:relative;background:#eee;margin:0px 0px 60px 210px;padding:20px;display:block; -webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;font-size:15px;border:1px solid #ccc;line-height:22px} #ctl00_ctl00_CphBody_CphCenterColumn_PnlBuyNow{width:300px;margin:0px 0px 0px 290px} #ctl00_ctl00_CphBody_CphCenterColumn_PnlBuyNow td{display:block;width:100%;margin:0px 0px 10px 0px} #ctl00_ctl00_CphBody_CphCenterColumn_PnlBuyNow input[type=image]{float:right} #ctl00_ctl00_CphBody_CphCenterColumn_PnlForm textarea{height:20px} #ctl00_ctl00_CphBody_CphCenterColumn_PnlForm input[type=submit]{position:absolute;bottom:-40px;right:0px;font-size:10px;height:23px;line-height:20px}
