html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	text-decoration:none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0; 
}
caption, th, td {
	text-align: left;
	font-weight: normal;
} 
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img{
	vertical-align:bottom;
	}
	
/*-----------------------------------------------------------------------------
	DEFAULT
------------------------------------------------------------------------------*/

body {
	font-size: 12px;
	line-height: 20px;

	border-top: 5px solid #000;
	font-family: arial;
	color: #666;
}

.clear {
	clear: both;
	visibility: hidden;
}

.lfloat {
	float: left;
}

.rfloat {
	float: right;
}

.module {
	margin-left: 10px;

}

a{
	color: #4089ba;
}

p {
	margin-bottom: 10px;
}

.small {
	font-size: 10px;
}

h2 {
	margin-top: 50px;
	margin-left: 30px;
	
}


h2.slicer {
	background: url("/assets/imgs/slicer.png") 0 0 no-repeat;
	margin-left: 30px;
	padding-left: 60px;
	color: #a1a1a1;
	font-weight: normal;
	width: 130px;
}

h2.ratings {
	background: url("/assets/imgs/ratings.png") 0 0 no-repeat;
	margin-left: 30px;
	padding-left: 70px;
	color: #a1a1a1;
	font-weight: normal;
}

h2.details {
	background: url("/assets/imgs/details.png") 0 0 no-repeat;
	margin-left: 30px;
	padding-left: 60px;
	color: #a1a1a1;
	font-weight: normal;
	text-indent: -5000px;
	width: 130px;
}


h2.submitreview {
	background: url("/assets/imgs/submitreview.png") 0 0 no-repeat;
	margin-left: 30px;
	padding-left: 60px;
	color: #a1a1a1;
	font-weight: normal;
	text-indent: -5000px;
}
h2.reviews {
	background: url("/assets/imgs/reviews.png") 0 0 no-repeat;
	margin-left: 30px;
	padding-left: 70px;
	color: #a1a1a1;
	font-weight: normal;
}

h2.featuredslicer {
	background: url("/assets/imgs/featuredslicer.png") 0 0 no-repeat;
	padding-left: 130px;
	margin-left: 30px;
	color: #a1a1a1;
	font-weight: normal;
}

h2.recentlyaddedslicers {
	background: url("/assets/imgs/recentlyaddedslicers.png") 0 0 no-repeat;
	font-weight: normal;
	margin-left: 30px;
	display: block;
	height: 20;
}

h2 span {
	visibility: hidden;
}

h2.slicerslist {
	background: url("/assets/imgs/slicerslist.png") 0 0 no-repeat;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 100px;
}

h2.areyouaslicer {
	background: url("/assets/imgs/areyouaslicer.png") 0 0 no-repeat;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 100px;
	text-indent: -5000px;
}

h2.aboutmostsliced {
	background: url("/assets/imgs/aboutmostsliced.png") 0 0 no-repeat;
	font-weight: normal;
	margin-left: 30px;
	padding-left: 100px;
	text-indent: -5000px;
}

.divider {
	width: 903px;
	height: 5px;
	background: url("/assets/imgs/divider.png") 9px 0  no-repeat;
	margin: 10px 0 20px 0;
}

blockquote {
	margin-left: 10px;
	border-left: 5px solid #ccc;
	padding-left: 10px;
}

.rss  span {
	visibility: hidden;
}

.rss {
	display: block;
	width: 44px;
	height: 18px;
	float: left;
	background: url("/assets/imgs/icon_rss.gif") 0 2px  no-repeat;
	margin-top: 50px;
	margin-left: 20px;
}

/*-----------------------------------------------------------------------------
	TOP
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	WRAP
------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	HEADER
------------------------------------------------------------------------------*/
#header {
	width: 903px;
	margin: 0 auto;	
}

#header h1 a {
	float: left;
	display: block;
	width: 200px;
	height: 64px;
	background: url("/assets/imgs/logo.png") 0 8px  no-repeat;
	text-indent: -5000px;
	margin: 0 0 0 15px;
}

#navigation {
	display: block;
	height: 47px;
	float: right;
	width: 663px;
	background: url("/assets/imgs/nav-right.png") right 0  no-repeat;
	margin-top: 6px;
	margin-left: 15px;
}

#mainnav  ul {
}

#mainnav  li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 47px;
	width: 100px;
	margin-top: 15px;
}

#mainnav  li a:hover {
	color: #71acd5;
}

#mainnav  li {
	display: block;
	float: left;
	background: url("/assets/imgs/mainnav-bg.png") 0 2px  repeat-x;
}

#mainnav  li.left {
	background: url("/assets/imgs/mainnav-left.png") 0 2px  repeat-x;
	width: 3px;
	height: 47px;
}

#mainnav  li.sep {
	background: url("/assets/imgs/mainnav-sep.png") 0 2px  repeat-x;
	width: 2px;
	height: 47px;
}

#mainnav  li.right {
	background: url("/assets/imgs/mainnav-right.png") 0 2px  repeat-x;
	width: 3px;
	height: 47px;
}

#mainnav  li#bookmark {
	margin-left: 2px;
	background: none;
	height: 47px;
}

#mainnav  li#bookmark a {
	padding: 0px 3px;
	width: 16px;
	float: left;
}

.subnav {
	float: right;
	margin-top: -30px;
	margin-right: 155px;
}

.subnav  ul {
	margin-top: 50px;;
}

.subnav  li a {
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	height: 36px;
	padding: 0 15px;
	padding-top: 8px;
	font-size: 11px;
}

.subnav  li a:hover {
	color: #71acd5;
}

.subnav  li {
	display: block;
	float: left;
	background: url("/assets/imgs/subnav-bg.png") 0 2px  repeat-x;
}

.subnav  li.selected {
	background: url("/assets/imgs/subnav-selected-bg.png") 0 2px  repeat-x;
}

.subnav  li.left {
	background: url("/assets/imgs/subnav-left.png") 0 2px  repeat-x;
	width: 3px;
	height: 47px;
}

.subnav  li.sep {
	background: url("/assets/imgs/subnav-sep.png") 0 2px  repeat-x;
	width: 2px;
	height: 47px;
}

.subnav  li.right {
	background: url("/assets/imgs/subnav-right.png") 0 2px  repeat-x;
	width: 3px;
	height: 47px;
}







/*-----------------------------------------------------------------------------
	MAIN
------------------------------------------------------------------------------*/
#main {
	width: 903px;
	margin: 20px auto;
	overflow:hidden;
}

	#main #intro {
		display: block;
		height: 125px;
		padding:  20px 40px 50px 245px;
		background: url("/assets/imgs/intro-bg.png") 0 0  no-repeat;
	}

	#main #content {
		width: 713px;
		float: left;
	}

	#main #sidebar {
		width: 170px;
		float: left;

		margin-left: 20px;
	}

	thead td {		
		font-weight: bold;
	}


#superbanner {
	width: 900px;
	height: 90px;
	display: block;
	padding: 0 86px;
}


/*-----------------------------------------------------------------------------
	FOOTER
------------------------------------------------------------------------------*/
#footer {
	width: 903px;
	margin: 0 auto;

}

	#footer p {
		margin-left: 30px;
	}

/*-----------------------------------------------------------------------------
	BOTTOM
------------------------------------------------------------------------------*/

.miniad {
	width: 170px;
	height: 275px;
	display: block;
	background: url("/assets/imgs/miniad-bg.png") 0 0  no-repeat;
	text-align: center;
	padding-top: 20px;
}

.leaderad {
	width: 903px;
	height: 120px;
	padding-top: 25px;
	display: block;
	background: url("/assets/imgs/leaderad-bg.png") 0 0  no-repeat;
	text-align: center;
}

.slicer {
	width: 678px;
	margin: 0 20px;
}

.slicer .screenshot {
	background: #eee;
	border: 1px solid #eaeaea;
	padding: 4px;
	
	margin-bottom: 10px;
}

div.featured {
	margin-bottom: 20px;
}

.featured blockquote {
	margin: 0;
	border: 0;
	padding: 0;
}

.featured .logo {
	width: 225px;
	float: left;
	margin-left: 10px;
}

.featured .logo a.url {
	display: block;
	width: 225px;
	text-align: center;
	color: #000;
	text-decoration: underline;
}

.featured .about {
	width: 474px;
	padding: 5px 10px;
	float: left;
}


.featured .info {
	width: 174px;
	float: left;
}

.featured .info  p {
	margin: 0;
}


.featured .info ul li {
	padding: 5px 20px 5px 0;
	border-bottom: 1px solid #eee;
	text-align: right;
}

.featured .info ul li.last {
	border: 0;
}

.featured .info ul li:hover {
	background: #fafafa;
}




table.recentlyaddedslicers {
	margin-left: 10px;
	margin-right: 15px;
	width: 698px;
	float: left;
}

table.recentlyaddedslicers thead td {
	color: #000;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #eaeaea;
}

table.recentlyaddedslicers tr:hover {
	background: #fafafa;
}

table.recentlyaddedslicers tr td {
	padding: 5px 0;
	vertical-align: middle;
	border-bottom: 1px solid #eaeaea;
}

table.recentlyaddedslicers tr td.logo {
	width: 170px;
}

table {
	width: 668px;
	margin-left: 10px;
	margin-bottom: 15px;
}

table tr:hover {
	background: #fafafa;
}

table tr td.head {
	color: #696969;
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 15px;
}

table tr td {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #eaeaea;
}

table.ratingsummary {
	border-left: 1px solid #eaeaea;
}

table.ratingsummary tr td {
	text-align: center;
	width: 95px;
	font-size: 24px;
	line-height: 32px;
	font-family: georgia;
	border-right: 1px solid #eaeaea;
}

table.ratingsummary thead td {
	text-align: center;
	width: 95px;
	font-weight: bold;
	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: #f5f5f5;
	padding: 5px;
}

.noreviews {
	margin-left: 30px;
}


ul.reviews {
	margin-left: 30px;
	margin-bottom: 20px;
}

.reviews li .user_ratings {
	float: left;
	width: 200px;
}

.reviews li .body {
	float: left;
	width: 450px;
}

.reviews li { 
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.ratings { 
}


.ratings li { 
	clear: both;
	border: 0;
	margin-right: 20px;
	border-top: 1px solid #eaeaea;
}

.ratings li span { 
	padding: 5px 0;;
}





.hidden {
	visibility: hidden; 
	display: none;
}

/* FORM STYLES
-------------------------*/
select, input, textarea {
	border:1px #ccc solid;
	display:block;
	padding:4px;
	margin:0 0 10px 23px;
	}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #ccc;
	}

label {
	margin-left:23px;
	font:12px/20px Arial, Georgia, "Trebuchet MS",Arial, Helvetica, sans-serif;
	padding:5px 0 0 3px;
	}
label span {
	font:10px/20px Arial, "Trebuchet MS",Arial, Helvetica, sans-serif;
	color:#6a6a6a;
	padding:0px 0 0px 3px;
	}
select:hover, input:hover, textarea:hover {
	border:1px #999 solid;
}
input:focus, textarea:focus {
	border:1px #3a535e solid;
}
.validation-advice {
	margin: 5px 0 30px 0;
	padding: 5px 26px;
	background-color: #ff3300;
	color : #fff;
	font:12px/20px "Trebuchet MS",Arial, Helvetica, sans-serif;
}

input, textarea, select {
	width: 245px;
}

select.month {
	float: left;
	width: 120px;
}

select.year {
	float: left;
	width: 100px;
}

fieldset.left {
	float: left;
	width: 300px;
}

fieldset.right {
	float: left;
	width: 300px;
	margin-left: 20px;
}

fieldset p.small {
	margin: 0;
	margin-left: 25px;
	
}


ul.ratingsummary {
	margin: 0;
	padding :0;
	border: 1px solid #c00;
}

.ratingsummary li {
	float: left;
	display: block;
	width: 90px;
	border: 1px solid #ccc;
}



ul.error {
	margin: 10px 20px;
}

	ul.error li {
		padding: 10px;
		background: #840110;
		border-bottom: 2px solid #440110;
		color: #fff;
	}

ul.flash {
	margin: 10px 20px;
}

	ul.flash li {
		padding: 10px;
		background: #018410;
		border-bottom: 2px solid #440110;
		color: #fff;
	}







/*-----------------------------------------------------------------
			PAGINATION
-----------------------------------------------------------------*/		
div.pagination {
	margin: 00px 0;
	padding:12px;

}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    text-decoration: none; /* no underline */
}

div.pagination a:hover, div.pagination a:active {
	background: #fff;
	text-decoration: underline;
}

div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    
    
    font-weight: bold;
    background-color: #4089ba;
	color:#fff;
}

div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #EEE;
    
    
    color: #DDD;
}
