/* 
	/styles/main.css - iTheque Stylesheet
	Copyright 2006 emsolutions.ca
*/

/* Needed for XHTML doctype */
html {
	margin: 0px 0px 0px 0px;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	color: #666666;
}

img {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

/* Hide for screen users */
.hidden {
	display: none;
}

.floatBreaker {
	clear: both;
	font-size: 0.01em;
}

/* Header */
div#header {
	text-align:    left;
	width:         688px;/*678*/
	height:        78px;
	margin-top:    0px;
	margin-left:   auto;
	margin-right:  auto;
	margin-bottom: 0px;
}

div#header img#logo {
	float: left;
}

/* Header Form */
div#newsletter_form {
	width: 230px;
	float: right;
}

/* Menus */

div#menu a,
div#menu-top a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	
	background-repeat: no-repeat;
	
	text-align:center;
	width: 76px;
	display: block;
	float: left;
	text-decoration:none;
}

div#menu a {
	background-image: url(../images/navbot_btnempty_off.gif);
	padding-top:23px;
	padding-bottom:15px;
}

div#menu a:hover,
div#menu a:active,
div#menu-top a:hover,
div#menu-top a:active {
	color: #FFFFFF;
}

div#menu a:hover,
div#menu a:active {
	background-image:url(../images/navbot_btnempty_on.gif);
}

div#menu a.activeLink {
	background-image:url(../images/navbot_btnempty_on.gif);
	color: #FFFFFF;
}

div#menu,
div#menu-top { 
	width: 688px;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom:1px;
	margin-top:1px;
	padding:0px 0px 0px 0px;
	
	text-align: center;
}

div#menu-top a {
	background-image: url(../images/navtop_btnempty_off.gif);
	padding-top:3px;
	padding-bottom:23px;
}

div#menu-top a:hover ,
div#menu-top a:active {
	background-image:url(../images/navtop_btnempty_on.gif);
}

div#menu-top a.activeLink {
	background-image:url(../images/navtop_btnempty_on.gif);
	color: #FFFFFF;
}


/* Content */

div#content {
	clear: both;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 670px;	
	padding: 0px;	
	text-align: left; /* IE... */	
	margin-left:  auto;
	margin-right: auto;
}

img#home_left {
	display: block;
	margin-bottom: 12px;
}

img#ad_right {
	display: block;
	margin-bottom: 12px;
}

/* Rounded corners are a pain, solely because of IE -_- */

div#content table tr,
div#content table td {
	border: 0px; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div#content table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

img.block {
	display: block;
	margin: 0px 0px 0px 0px;
}

td.roundedTop {
	background-image: url(../images/celltop_top.gif);
	background-repeat: repeat-x;
}

td.roundedLeft {
	background-image: url(../images/cellside_left.gif);
	background-repeat: repeat-y;
}

td.roundedRight {
	background-image: url(../images/cellside_right.gif);
	background-repeat: repeat-y;
}

td.roundedBottom {
	background-image: url(../images/cellbot_bottom.gif);
	background-repeat: repeat-x;
}

/* Headings */

h2 { 
	background-image: url(../images/title_bar.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom:2px;
	font-size:12px;
	color:#47cc3b;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:3px;
	
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

/* iframe */

div.iFrameContent {
	width: 220px;
	margin: 0px 0px 0px 0px;
}

ul.noBullets {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}

ul.noBullets li {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
}

iframe {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* Main page Positioning */
div#content div#leftBox {
	float: left;
	width: 265px;
}

td {
    border: 0px dashed red;    
}

div#content div#rightBox {
	float: left;
	width: 385px;
    position: relative;
    top: 0px;
    left: 20px;
    height: 300px;/*120*/

}


table#listBox {
	margin-top: 12px;
}

table#mediaBox {
	margin-top: 12px;
}

/* mediaBox contents */
ul#commandList {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
}

ul#commandList li {
	display: inline;
}

ul#commandList li img {
	vertical-align: middle;
}

img.productImage {
	float:left;
	margin: 6px;
}

dl.productDescription dt {
	font-weight: 700;
	float: left;
	width: 100px;
}

dl.productDescription dt:after {
	content: ':';
}

dl.productDescription dd {
	text-align: left;
	margin: 0px 0px 0px 0px;
}
