/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
* { padding: 0; margin: 0; }
html { height: 100%;  }
body {
	background-image: url(../images/bg.gif); /* small dot background */
	padding: 0;
	margin: 0;
	height: 100%;
}
a{ color: #992C2C; text-decoration: none; }
a:hover{ color: #024889; text-decoration: underline; }
a.tooltip .info {display:none; padding:2px 3px; margin-left:20px; margin-top: 40px; width:150px;}
a.tooltip:hover .info{display:inline; position:absolute; border:1px solid #F3AB76; background:#FFF7EB; color:#5e5e5e;}
#container { 
	height: auto !important;
	position: relative;
	width: 980px;
	background-color: #ffffff;	
	background-image: url(../images/sideShadow.gif);  /* shadow sides effect  */
	margin: 0 auto;
}
#content {
	padding-top: 5px;
	padding-right:  15px;
	float: right;
	text-align: left;
	width: 750px;
}
#content:after {
	content: "."; 
	display: block; 
	clear: both;
	height: 0;
	visibility: hidden
}	
img{
	border:0px;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header{
	background:url(../images/header.gif) no-repeat 100%;
	width:960px;
	height:161px;
	margin: 0 auto;	
	padding: 0;
	margin-left:10px;
	text-align: center;
}
/*------------------------------------------------------------*
**  Left Menu
**------------------------------------------------------------*/
#navlist { 
	background:url(../images/side.gif) no-repeat 100%;
	float: left; 
	width: 188px; 
	height: 462px;
	margin-left:10px;
}
#navlist ul{
	margin-top: -30px;
	margin-left: 10px;
	list-style-type: none; /*turns off display of bullet*/
}

#navlist li a{
 display: block;
 height: 10px;
  width: 100px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 color: #ffffff;
 font-family: arial;
 font-weight: bold;
 font-size: 16px;
 text-align:center;
}
#navlist li a:hover {
 color: #3824b0;
}
#navlist li a:active {
 color: #3824b0;
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer{
	width:980px;
	height:70px;
	background-image:url(../images/footer.gif);
	margin-top:14px;
	clear: both;
}
.footerText{ /* Currently used for "copyright arabicpod" text in footer */
	font-family: Bookman Old Style, Trebuchet MS, trebuchet, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin-top: 40px;
	text-align:center;
}
.box {

	width: 204px;
	float: left;
	margin-left: 28px;
}

.box a{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.box .text{
	padding:0px 14px;
	background-image: url(../images/boxSides.gif);
	background-repeat: repeat-y;
}

.box .title{
	font-family: arial black;
	font-size: 14px;
	color: black;
	margin-top:-10px;
	border-bottom: solid 3px #3f3f3f;
}
.box .text img{
	margin-top: 5px;
	width: 175px;
	height: 140px;
}
/*------------------------------------------------------------*
**  Product Page
**------------------------------------------------------------*/
.productTitle{
	font-family: arial black;
	font-size: 16px;
	color: #a7150b;
	margin-top:-10px;
	border-bottom: solid 4px #720d07;
	width: 300px;	
	padding-bottom: 2px;
}

.itemImage img{
	max-height: 150px;
	max-width: 204px;
	display: block;
}
/*------------------------------------------------------------*
**  Basket Styles
**------------------------------------------------------------*/
.basket table {
	width: 650px;
	border-collapse:collapse;

}
.basket thead th {
	background: url(../images/bg_th.gif) no-repeat right;
	height: 47px;
	color: #ffffff;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	border-top: 1px solid #FFCA5E;
	border-left: 1px solid #FFCA5E;
	border-bottom: 1px solid #FFCA5E;	
}
.basket tbody tr {
background: url(../images/bg_td1.jpg) repeat-x top;
}
.basket tbody tr.odd {
	background: #FFF8E8 url(../images/bg_td2.jpg) repeat-x;
}

.basket tbody th {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #444343;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
.basket tbody td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #444343;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	text-align: left;
}
.basket a {
	color: #777777;
	font-weight: bold;
	text-decoration: underline;
}
.basket a:hover {
	color: #F83503;
	text-decoration: underline;
}
.basket tfoot th {
	background: url(../images/bg_total.gif) repeat-x bottom;
	color: #FFFFFF;
	height: 25px;

	border-right: 1px solid #DDDDDD;
	border-top: 1px solid #FFCA5E;
	border-left: 1px solid #FFCA5E;
	border-bottom: 1px solid #FFCA5E;
}
.basket tfoot td {
	color: black;
	height: 25px;
	border-right: 1px solid #FFCA5E;		
}

.continueShopping
{
	font-weight: bold;
	font-style: italic;
	font-family: arial;
	font-size:18px;
	color: #7f7d7d;
}
#paypal_button input{ font-weight:bold; font-size:16px; padding: 10px; }




.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}