@charset "utf-8";
/* CSS Document */
body
{
background-color:#e2edff;
background-image:url(images/bg.jpg);
background-repeat:repeat-x;

font-family:Arial;
font-size:12px;
color:#17398e;
margin:0px;
}

img
{border:0px;}

.header
{
background-image:url(images/head.jpg);
background-repeat:no-repeat;
}

.subHeader
{
background-image:url(images/bgs.jpg);
background-repeat:repeat-x;
}

.content
{
background-image:url(images/bgm.jpg);
background-repeat:repeat-y;
}

a.subLinks
{
text-decoration:underline;
color:#032d88;
}
a.subLinks:hover
{
text-decoration:none;
color:#7dfeff;
}

a.bottomLinks{
color:#FFFFFF; text-decoration:none}
a.bottomLinks:hover
{text-decoration:underline;}

.loginField
{
border:1px solid #7c94c0;
background-color:#f4f7ff;
width:127px;
height:18px;
}

.loginLabel
{font-size:12px}

.itemSmall
{
	background-repeat:no-repeat;
}
.itemBig
{
background-image:url(images/bg_item_big.jpg);
background-repeat:no-repeat;
}

a.itemName
{
color:#17398e;
font-size:24px;
font-weight:bold;
}
a.itemName:hover
{text-decoration:none;}


.price
{
color:#f14932;
font-size:30px;
font-weight:bold;
padding-top:23px;
padding-left:25px;
}

.discription
{
padding:30px 20px 20px 5px;
font-size:12px}

.copy
{
font-size:10px;
color:#83a7fc}
