/* 
Style.css for the gpEasy Addon Minishop ver 1.2 by Bernd Dau 

Author: Paulo Nunes (Jimmy)
Date: 1-04-2010
*/


h2#shop_title{
background:url(shop.png) left 50% no-repeat;
font-size:30px;
text-indent:50px;
border-bottom:2px solid #ccc;
padding:15px 0 0 0;
}
#description{
font-weight:bold;
font-style:italic;
text-align:center;
padding:10px;
width:170px;
}

#orderrealm, #tablerealm{/*could be eliminated in future*/
width:600px;
}

/*input styles*/
#orderform[type=submit]{
float:left;
margin-top:10px;
}

#form input[type=submit]{
float:right;
margin-top:10px;
}

#orderform input[type=text], #form input[type=text]{
border:1px solid #ccc;
margin:2px;
padding:2px;
}

#orderform textarea{
border:1px solid #ccc;
margin:2px;
padding:3px;
}

.labels{/*for the customer-info address form input-titles*/
text-align:right;
}


/*the real backgrounds*/
#table, #orderform, #postorder{
background-color:#f2f2f2;
padding:10px 0;
line-height:18px;
width:600px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;   
}

#table, #postorder{
text-align:center;
}

#table th{/*table headers*/
padding:5px;
font-style:italic;
font-weight:normal;
}

#table td{
border-bottom:1px solid #ccc;
font-size:11px;
font-weight:bold;
}

#row_odd, #row_even{
border-bottom:1px solid #ccc;
font-weight:bold;
margin:5px;
padding:10px;
}

#row_odd{
background:#ededed;
}

#row_even{
background:#e0e0e0;
}

#back{
float:left
font-weight:bold;
margin-top:20px;
padding:10px;
width:170px;  
}
#back a{
background:url(back.png) left 50% no-repeat;
text-indent:40px;
text-decoration:none;
display:block;
height:32px;
line-height:32px;
}

