/* CSS Document */
body {
	background-color:#F1F1F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#1C2674;
	margin:10px 0px;
}

#page-container {
	margin:0px auto;
	width:778px;
	background-color:#FFFFFF;
	border:1px solid #717073;
	background-image:url(../images/page-bottom.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom:50px;
}

#page-container #middle {
	padding:20px 28px;
}

#page-container #middle #left {
	float:left;
}

#page-container #middle #right {
	float:right;
	width:240px;
}

#page-container #middle #right-register {
	float:right;
	width:400px;
	padding:18px 28px 0px 0px;
	margin:0px;
	display:block;
}
#page-container #bottom {
	text-align:center;
}

img.logo {
	float:right;
	padding:10px;
}

#footer {
	margin:0px auto;
	width:778px;
	font-size:10px;
	line-height:18px;
	color:#717073;
}
#footer .right {
	float:right;
}
#footer a {
	color:#717073;
}
#flash
{
	border:3px solid #2e3192;
}

#flashwhat {
	margin:0 35px;
	text-align:center;
	border:3px solid #2e3192;
	padding:0px;
	width:640px;
}

#middle #products td {
	border-bottom:1px solid #000000;
	padding-bottom:15px;
	padding-top:15px;
	margin:15px;
}

#clear {
	clear:both;
}

.begin {
	font-size:16px;
	font-weight:bold;
}
.slogan {
	text-align:center;
	color:#e51b24;
	font-size:18px;
	margin:0 auto;
	line-height:22px;
}
.hr {
	display:block;
	border:0px;
	border-bottom:2px solid #2e3192;
	margin-bottom:5px;
	margin-top:5px;
	height:5px;
	line-height:2px;
	width:100%;
}
.small {
	font-size:9px;
}
/*input, select {
	font-size:11px;
	border:1px solid #000;
}*/
input#button {
	display:inline;
	margin-right:5px;
	background-color:#1C2674;
	color:#FFFFFF;
	cursor:pointer;
}

#status {
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#blue {
	color:#1C2674;
}

#gray {
	color:#999999;
}

#red {
	color:#FF0000;
}

#green {
	color:#009900;
}

h1 {font-size:200%; margin:3px 0 5px; padding:0}
h2 {font-size:160%;}
h3 {font-size:130%;}
h4 {font-size:110%;color:#e51b24; /* red */ margin:5px 0 10px;}
p {font-size:100%; line-height:130%;}
a {text-decoration:none;color:#FF0000;}
a:hover { text-decoration:underline;}
.smaller {font-size:70%}

.qtyTextbox {
width:30px;
}

.deliveryDetails {
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.dashBorder {
padding:5px;
border:1px dashed #1C2674;
}

.red {
	color:#FF0000;
}

/* shopping cart */
.productItem
{
	position:relative;
	height:200px;
}

.productButton
{
	position:absolute;
	right:0;
	bottom:0;
}

.price
{
	position:absolute;
	top:0;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#FF0000;
}

.postage
{
	position:absolute;
	top:20px;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FF0000;
}

#cart
{
	width:778px;
	margin:5px auto;
	text-align:right;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#cart ul
{
	list-style:none;
	padding:0;
	margin:0;
}

#cart ul li
{
	margin:0 3px;
}

.buttons
{
	margin:10px 0;
}

table#shoppingcart
{
	width:500px;
	margin:20px 0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #1C2674;
}

table#shoppingcart th
{
	background-color:#1C2674;
	color:#FFFFFF;
}

table#shoppingcart tr#cartTotal td
{
	border-top:1px solid #1C2674;
	padding:10px 5px;
}

.checkoutFormHolder
{
	width:350px;
	margin:10px 5px 10px 0;
	float:left;
}

table.checkoutForm
{
	margin:5px;
}

table.checkoutForm th
{
	width:120px;
	text-align:left;
}

table#payment th
{
	width:200px;
}

#termsAndCond
{
	text-align:left;
	margin:10px 0 20px;
}

#eway
{
	float:right;
	text-align:center;
	font-size:10px;
}

#eway a
{
	color:#000000;
}

#eway a:hover
{
	text-decoration:none;
}

.bold {
	font-weight:bold;
}

/**********new style **********/
*{
    padding:0;
    margin:0;
}
img{
	border:none;
}
#top{
    background:url('../images/new/top.jpg') center top no-repeat;
    position:relative;
    width:100%;
    height:178px;
}
#logo{
    position:absolute;
    left:300px;
    top:3px;
}
#top ul{
    list-style:none;
    position:absolute;
    width:300px;
    height:50px;
}
#top a{
    font-size:13px;
    font-weight:bold;
    color:#1C2674;
}
#top a:hover, #top a.active{
	color:#e51b24;
}
#top ul.left{
    left:0;
    top:80px;
}
#top ul.right{
    left:490px;
    top:80px;
}
#top ul li{
    margin-top:20px;
    float:left;
    height:30px;
    line-height:30px;
    border-right:1px solid #aaa;
    padding:0 7px;
}
#top ul li.last{
    border:none;
    padding-right:0px;
}
#top ul.right li{
    padding:0 20px;
}
#top .list{
    position:absolute;
    bottom:0;
}
.bluelink{
		color:#fff;
		background-color:#1C2674;
		padding:5px 15px;
		margin-right:10px;
}