/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #213562;
background: #ffffff;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}


a:link {color: #213562; text-decoration: underline; }

a:visited {color: #213562; text-decoration: underline; }

a:hover {color: #EE3992; text-decoration: none; }

a:active {color: #213562; }

h1 {
font-size: 12px;
margin: 0 0 8px 0;
padding: 0 0 0 0;
}

h2 {
font-size: 12px;
margin: 0 0 8px 0;
padding: 0 0 0 0;
}

p {
font-size: 12px;
margin: 0 0 8px 0;
padding: 0 0 0 0;
}

#container {
width: 830px;
margin: 0 auto 0 auto;
padding: 0 0 0 0;
}

#basket {
background: url(../img/basket-bg.jpg);
height: 59px;
margin: 0 0 0 0;
padding: 43px 0 0 550px;
}

#basket ul{
height: 31px;
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#basket li{
font-weight: bold;
float: left;
list-style: none;
margin: 0 0 0 10px;
padding: 0 0 0 0;
}

#basket a {
text-decoration: underline;
color: #EE3992;
}

#basket a:hover {
text-decoration: none;
color: #213562;
}

#nav {
background: url(../img/nav-bg.jpg);
height: 51px;
margin: 0 0 0 0;
padding: 35px 0 0 0;
}

#nav ul{
float: right;
display: inline;
margin: 0 0 0 0;
padding: 0 20px 0 0;
}

#nav li{
float: left;
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#left {
float: left;
clear: left;
width: 165px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#left ul{
margin: 0 0 0 0;
padding: 0 0 10px 0px;
}

#left li{
height: 20px;
border-bottom: 1px solid #60a1de;
list-style: none;
margin: 3px 0 0 0;
padding: 0 0 2px 0;
}

#left a {
text-decoration: none;
color: #213562;
}

#left a:hover {
text-decoration: none;
color: #EE3992;
}

#center {
float: left;
width: 480px;
margin: 0 0 0 0;
padding: 10px;
}

#home-banner {
background: url(../img/home-bg.jpg) no-repeat;
padding-left: 170px;
padding-right: 10px;
height: 167px;
}

#home-banner2 {
background: url(../images/toys-games.jpg) no-repeat;
padding-left: 170px;
padding-right: 10px;
height: 167px;
}

#home-banner3 {
background: url(../img/home-bg.jpg) no-repeat;
padding-left: 170px;
padding-right: 0px;
height: 167px;
}

#about-banner1 {
background: url(../images/toys-games.jpg) no-repeat;
padding-left: 150px;
padding-right: 10px;
height: 128px;
}

#right {
float: right;
width: 165px;
margin: 0 0 0 0;
padding: 0 0 0 0;
}

#footer {
height: 30px;
clear: both;
background: url(../img/footer-bg.jpg) no-repeat;
margin: 0 0 0 0;
padding: 10px 0 0 20px;
width:1020px;
}

.img-left {
float: left;
margin: 0 8px 3px 0;
}

.img-right {
float: left;
margin: 0 0 3px 8px;
}

a#about, a#contact, a#terms, a#shipping {
display: block;
padding-top: 28px;
overflow: hidden;
height: 0;
margin: 0 0 0 0;
}

a#about {
background: url(../img/nav-about-off.jpg);
width: 76px;
}
a#about:hover {
background: url(../img/nav-about-on.jpg);
}

a#contact {
background: url(../img/nav-contact-off.jpg);
width: 84px;
}
a#contact:hover {
background: url(../img/nav-contact-on.jpg);
}

a#shipping {
background: url(../img/nav-shipping-off.jpg);
width: 74px;
}
a#shipping:hover {
background: url(../img/nav-shipping-on.jpg);
}

a#terms {
background: url(../img/nav2-terms-off.jpg);
width: 84px;
}
a#terms:hover {
background: url(../img/nav2-terms-on.jpg);
}

.product2 {
margin: 0 5px 5px 0;
border: solid 1px #213562;
width: 150px;
height: 150px;
float: left;
text-align: center;
}

.product {
border: solid 1px #60a1de;
/*float: left; */
text-align: center;
}

.catname {
border: dotted 1px #213562;
}

.productexp {

border: solid 1px #213562;

}
.top-sellers {
margin: 0 0 5px 0;
border: solid 0px #213562;
width: 130px;
height: 140px;
text-align: center;
}

img {
border: none;
}

.img-left: {
float: left;
}

#login {
border: solid 0px #213562;
padding-left: 0px;
padding-top: 10px;
}

#loginbox {
width: 135px;
margin: 20px;
border: solid 0px #213562;
padding-left: 1px;
padding-top: 10px;
}

hr {
	color: #E7EAEF;
	height: 10px;
}

/* Minicart */
td.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
background-color: #ffe3f8;
}
p.mincart {
font-size: 11px;
font-family : Verdana, Arial, Helvetica, sans-serif;
}
table.mincart
{
border: 1px dotted #bd1e96;
background-color: #FFF;
width: 165px;

}
/* Horizontal rule */
HR {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #60a1de;
}

/* Table backgrounds */
TABLE.cobtbl{
background-color: #bd1e96;
}

TD.cobhl{
background-color: #ffe3f8;
}

TD.cobll{
background-color: #FFF;
color : #333;
}



#left2 h2 {
	margin-top: 22px;
	color: #fff;
	font: normal 18px Arial, Helvetica, sans-serif;
	background-color: #bd1e96;
	padding: 6px 10px;
}
#left2 p {
	background-color: #ffe3f8;
	padding: 10px;
	color: #666;
	line-height: 16px;
}

#detailprice 
{
color: #CC6633;
}

/* Content for pages with no right column */
.cnt {
	margin: 0 20px;
	width: 460px;
}
.cnt h1 {
	color: #bd1e96;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
.cnt p.par {
	margin-bottom: 16px;
}
.cnt .product {
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}
.cnt .product div {
	margin-left: 180px;
}
.cnt .product div a.prd_name {
	font: bold 18px "Trebuchet MS";
	color: #60a1de;
}
.cnt .product div p {
	padding: 4px 0;
}
.cnt .product div span {
	color: #000;
}
.cnt .product div span a {
	text-decoration: underline;
}




.cnt2 {
	margin: 0 20px;
	width: 620px;
}
.cnt2 h1 {
	color: #bd1e96;
	border-bottom: 2px solid #60a1de;
	font: bold 24px Arial, Helvetica, sans-serif;
}
.cnt2 p.par {
	margin-bottom: 16px;
}
.cnt2 .product {
	border-bottom: 1px solid #ccc;
	padding: 18px 0;
}
.cnt2 .product div {
	margin-left: 180px;
}
.cnt2 .product div a.prd_name {
	font: bold 18px "Trebuchet MS";
	color: #60a1de;
}
.cnt2 .product div p {
	padding: 4px 0;
}
.cnt2 .product div span {
	color: #000;
}
.cnt2 .product div span a {
	text-decoration: underline;
}