/* CSS Document */

#shopwrapper
{
width: 777px;
margin: 0 auto;
font-size: 90%;
}

#shopheader
{
position: relative;
}

#shopinfo
{
float: left;
width: 350px;
text-align: left;
margin-left: 5px;
margin-top: 10px;
}


#shopinfo h1
{
font-size: 120%;
margin: 0px;
margin-bottom: 10px;
}

#shopbasket
{
text-align: right;
margin-top: 10px;
margin-left: 315px;
width: 350px;
border-bottom: 1px dotted #FF6600;
padding: 5px;
padding-bottom: 0px;
}

#shopbasket ul
{
list-style: none;
padding: 2px;
margin: 0px;

}

#shopbasket li
{
border-bottom: 1px dotted #CCCCCC;
padding: 2px;
}

#shopbasket h2
{
display: inline;
display: none;
}

#detail_shop
{
text-align: left;
margin-top: 10px;
width: 140px;
padding: 5px;
padding-bottom: 0px;
font-size: 90%;
}

#detail_shop h2
{
background: #FF6600;
padding: 5px;
padding-bottom: 0px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
margin-bottom: 0px;
}

#detail_shop ul
{
list-style: none;
padding: 2px;
padding-left: 0px;
margin: 0px;

}

#detail_shop li
{
border-bottom: 1px dotted #CCCCCC;
padding: 2px;
padding-left: 0px;
}

#detail_shop .checkout
{
border-bottom: 1px dotted #CCCCCC;
background: #EEEEEE;
padding: 5px;
font-size: 100%;
}

#detail_shop .checkout a
{
color: #FF0000;
}

#detail_shop .checkout a:hover
{
text-decoration: underline;
}



#shopcontent
{
clear: both;
display: block;
position: relative;
margin-top: 15px;
}

#shopcontent .shopprogram
{
display: inline;
float: left;
width: 220px;
height: 240px;
padding-right: 20px;
border-right: 1px solid #FF6600;
margin-bottom: 15px;
margin-left: 12px;
}

#shopcontent .shoppicture
{

}

#shopcontent .shoptitle h3
{
font-size: 100%;
padding: 0;
margin: 0;
}

#shopcontent .shopextra
{
color: #FF6600;
}

#shopbasket .worldpay
{
text-align: right;
}


#shopbasket .checkout
{
text-align: right;
margin-top: 10px;
}

#shopbasket .checkout a
{
color: #FF0000;
font-weight: bold;
}

#shopbasket .checkout a:hover
{
text-decoration: underline;
}

