* {
	margin: 0; padding: 0;
}
body {
	text-align: left;
	font: 12px Lucida Sans, sans-serif;
	color: #2b2b2b;
	background: #FFFFFF url(images/mainbg.png) repeat-x top;
}
a {
	text-decoration: none;
	color: #00b9ff;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
	position: relative;
}
/** END wrapper**/

/** BEGIN header **/
#header {
	background: url(images/headerbg2.png) no-repeat 0;
	width: 900px;
	height: 69px;
	margin: 0 auto;
}

	#header h1 {
		margin: 20px 20px 15px 20px;
		height: 20px;
		width: 300px;
		float: left;
		color: #ededed;
		font-size: 2.5em;
		text-align: left;
		font-weight: normal;
		text-transform: uppercase;
	}
	
		#header .search {
		margin: 25px 20px 15px 20px;
		height: 20px;
		width: 300px;
		float: right;
		text-align: right;
		font-weight: normal;
		text-transform: uppercase;
	}
	
/** END header **/	
		
/** BEGIN ad spot 728x90 **/
#adspotTop {
	height: 125px;
	width: 750px;
	background: #f8f8f8 url(images/adSpotbg.png) repeat-x 0;
	margin: 10px auto;
	border: solid 2px #efefef;
}
	#adspotTop p{
	text-align: center;
	font-family: Lucida Sans, sans-serif;
	font-size: .8em;
	color: #CCCCCC;
	padding: 5px 0 0 0;
}	
/** END ad spot 728x90 **/

/** BEGIN sidebar **/
#sidebar {
	width: 218px;
	height: 100%;
	padding: 5px;
	margin: 5px;
	float: left;
	text-align: center;
}
#sidebar #container{
	width: 218px;
	height: 100%;
	margin: 0;
	float: left;
}

	#sidebar #container h1{
	width: 218px;
	height: 33px;
	background: url(images/categoriesbg.png) no-repeat top left;
	margin: 0;
	padding: 8px 5px 0 10px;
	float: left;
	text-align: left;
	font-size: 1.6em;
	color: #f4f4f4;
	font-weight: normal;
	}
            #RecentPosts ul
            {
            	margin: 0;
            	padding: 0;
            	list-style-type: none;
            }
            #RecentPosts a
            {
            	display: block;
            	color: #0096ff;
            	background-color: #dedede;
            	width: 200px;
            	padding: 8px 9px;
            	text-decoration: none;
            	border-bottom: 1px solid #f4f4f4;
            	font-weight: bold;
				text-align: left;
            }

            #RecentPosts a:hover
            {
                background-color: #f4f4f4;
                color: #202020;
				text-align: left;
            }
			
	#sidebar #container2 h1{
	width: 218px;
	height: 33px;
	background: url(images/categoriesbg.png) no-repeat 0;
	margin: 10px 0;
	padding: 10px 5px 0 10px;
	float: left;
	text-align: left;
	font-size: 1.6em;
	color: #f4f4f4;
	font-weight: normal;
	}
	
	         #DVDNews ul
            {
            	margin: 0;
            	padding: 0;
            	list-style-type: none;
            }
            #DVDNews a
            {
            	display: block;
            	color: #0096ff;
            	width: 200px;
            	padding: 8px 9px;
            	text-decoration: none;
            	border-bottom: 1px solid #f4f4f4;
            	font-weight: bold;
				text-align: left;
            }

            #DVDNews a:hover
            {
                color: #202020;
				text-align: left;
            }
	
/** END sidebar **/

/** BEGIN sidebar ad**/
#sidebarAd {
	width: 120px;
	height: 600px;
	padding: 0px;
	margin: 10px 0;
	float: right;
	text-align: center;
}

/** END sidebar ad**/

/** BEGIN content **/
#content {
	width: 950px;
	height: 100%;
	/* padding: 0 10px 10px 10px; */
	background: url(images/contentbg.jpg) repeat-x 0;
	margin: 0 auto;
}

#content .columnLeft {
	width: 500px;
	height: 100%;
	padding: 0;
	margin: 5px 10px;
	float: left;
}

			#content .columnLeft h1{
				font-size: 1.8em;
				font-weight: normal;
				padding-bottom: 5px;
				padding-top: 10px;
				text-align: left;
				color: #00b9ff;
			}
			#content .columnLeft h1 a {
				color: #00b9ff;
				text-decoration: none;
			}
				#content .columnLeft h1 a:hover {
					text-decoration: underline;
				}
			#content .columnLeft p {
				color: #212121;
				font-size: 1.1em;
				line-height: 1.2em;
				margin-bottom: 15px;
				text-align: left;
			}
			#content .columnLeft h2{
				float: left;
				background: #999999;
				width: 100%; height: 1px;
				margin-bottom: 5px;
			}
			#content .columnLeft h3 {
				color: #212121;
				font-size: .8em;
				margin: 5px 0;
				text-align: left;
				float: left;
				width: 100%;
				font-weight: lighter;
			}
			#content .columnLeft .comment a {
				float: right;
				background: url(images/comment.gif) no-repeat 1px 0;
				width: 91px;
				color: #FFFFFF;
				padding: 7px 6px 14px 6px;
				text-decoration: none;
				font-size: 0.9em;
				margin-top: 10px;
			}
/** END content **/

/** BEGIN footer**/
#footer {
	background: #151515 url(images/footerbg.png) repeat-y 0;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	width: 950px;
	margin: 0 auto;
}
	#footer p {
		margin: 0 auto;
		padding: 10px 0;
		text-align: center;
		width: 850px;
		text-transform: uppercase;
	}
		#footer a {
			color: #FFFFFF;
		}
			#footer a:hover {
				text-decoration: underline;
			}

/** END footer **/


/*************************************/

table. CategoryList {
    width: 90%;
	text-align: left;
}
    table.CategoryList td.Picture {
        width: 10%;
		margin: 15px 0 15px 0;
		padding: 10px 0;
		padding-right: 5px;
		border-bottom: #2b2b2b dotted 1px;
		vertical-align: top;
	text-align: left;
    }
    table.CategoryList td.Price {
	    width: 20%;
    	text-align:center;
    }
    table.CategoryList td.Details {
        width: 75%;
		text-align: left;
		margin: 15px 0 15px 0;
		padding: 10px 0;
		border-bottom: #2b2b2b dotted 1px;
    }
    table.Content td. Menu {
        width: 10%;
	text-align: left;
    }

/****** STYLING WITHIN BLOCK LEVEL ELEMENTS **********/
/* Prices Boxes */
#prices {
    padding:0;
    margin:0;
    width:0;
}
    #prices li {
        list-style-type:none;
        margin:0 0 0.25em 0;
    }
    #prices a, #prices a:visited {
        display:block;
        width:9em;
        border:1px solid #202020;
        text-align:center;
        text-decoration:none;
        background:#202020;
        color:#f4f4f4;
    }
     #prices a:hover {
         background:#0096ff;
         color:#2b2b2b;
    }

/* Individual for Category List */
span.ProdTitle {
	font-size:      12pt;
	font-weight:    bold;
	color:          #00b9ff;
	text-align: right;
}
span.ItemProdTitle {
  font-size :       14pt;
  font-weight:      bold;
  color :           #00b9ff;
text-align: left;
}
span.ItemPublisher, span.ItemAvailability, span.ItemDesc {
  font-size: 10pt;
  text-align: left;
}


#ItemPrices {
    padding:0;
    margin:0;
    width:0;
}
    #ItemPrices li {
      list-style-type:none;
      margin:0 0 0.25em 0;
    }
    #ItemPrices a, #ItemPrices a:visited {
      display:block;
      width:9em;
      border:1px solid #202020;
      font-family:arial, verdana, sans-serif;
      text-align:center;
      text-decoration:none;
      background:#202020;
      color:#f4f4f4;
      font-size: 10pt;
    }
     #ItemPrices a:hover {
       background:#0096ff;
       color:#2b2b2b;
       font-size: 10pt;
    }
#SimProducts {
  padding:3px;
  margin:0;
  width:0;
}
    #SimProducts li {
        list-style-type:none;
        margin:0 0 0.25em 0;
    }
#SimProducts a, #SimProducts a:visited {
  display:block;
  width:9em;
  border:1px solid #dedede;
  text-align:center;
  text-decoration:none;
  background:#dedede;
  color:#0096ff;
  font-size: 9pt;
}
 #SimProducts a:hover {
   background:#79c8ff;
   color:#2b2b2b;
   font-size: 9pt;
}


