/* CSS Document */

/*.left-sidebar{
margin-top:20px;
float: left;
margin-left:0px;
}

.left{
width:208px;
min-height: 200px;


background:#252525 url(../images/round-box/ls.png);
background-position:left;
background-repeat:repeat-y;
}

.right{
width:208px;
min-height: 200px;
background:url(../images/round-box/rs.png);
background-position:right;
background-repeat:repeat-y;
}

.top{
width:208px;
min-height: 200px;
background:url(../images/round-box/ts.png);
background-position:top;
background-repeat:repeat-x;
}

.bottom{
width:208px;
min-height: 200px;
background:url(../images/round-box/bs.png);
background-position:bottom;
background-repeat:repeat-x;
}
.lefttop{

width:208px;
min-height: 200px;
background:url(../images/round-box/ltc.png);
background-position:0% 0%;
background-repeat:no-repeat;
}

.righttop{

width:208px;
min-height: 200px;
background:url(../images/round-box/rtc.png);
background-position:100% 0%;
background-repeat:no-repeat;
}

.leftbottom{

width:208px;
min-height: 200px;
background:url(../images/round-box/blc.png);
background-position:0% 100%;
background-repeat:no-repeat;
}

.rightbottom{

width:208px;
min-height: 200px;
background:url(../images/round-box/brc.png);
background-position:100% 100%;
background-repeat:no-repeat;
}
*/

.leftside{
float:left;
width:230px;
min-height:532px;
background:#333333 url(../images/sidemenu/sidebar.jpg) no-repeat;
background-position:top right;
}

.leftsite-inter{
float:left;
margin-left:0px;
margin-top:0px;
background:#333;
width:200px;
height:413px;
border-right:thin;
border-right-style:solid;
border-right-color:#2e2e2e;
}

.leftsite-inter ul{
display:block;
width:200px;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
padding:0px;
margin:0px;
}
.leftsite-inter li{
margin:1px 0 0 0;
}

.leftsite-inter a{
display:block;
width:185px;
padding:5px 5px 5px 10px;
color:#666666;
text-decoration:none;
border-bottom:1px solid;
border-bottom-color:#303030;
}

.leftsite-inter a:hover{
color:#CCCCCC;
background:#282828;
text-decoration:none;
}

.upload{
width:100%;
height:100px;
text-align:center;
margin-top:35px;
}

.upload p{
text-align:center;
}

.upload a{

width:100%;
height:100px;
background:url(../images/upload.jpg);
background-position:top center;
background-repeat:no-repeat;
border:0px;
padding:0px;
}

.upload a:hover{

width:100%;
height:100px;
background:url(../images/upload-after.jpg);
background-position:top center;
background-repeat:no-repeat;
padding:0px;
}

.payment{
background:url(../images/paypal_Logo-png.jpg);
background-position:top center;
background-repeat:no-repeat;
width:100%;
height:175px;
margin-top:15px;
}











