body {
font: 76% Verdana,Tahoma,Arial,sans-serif;
margin:0;
padding:0;
background-color : #C0C0C0;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration:underline;
}

p {
line-height:1.5em;
margin:0 0 15px;
}

h1 {
font-size: 16pt;
}


.table-main {
	width : 1000px;
	padding : 2px 2px 2px 2px;
	border-width : 0px 0px 0px 0px;
	background-color : White;
}

.tableStandOutSide {
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	
}
.tableStandOutTop {
	border-top: 5px solid #000000;
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	
}
.tableStandOutBottom {
	border-right: 5px solid #000000;
	border-left: 5px solid #000000;
	border-bottom: 5px solid #000000;
	font-size: 105%;
	
}
.tdBottoms {
	border-bottom: 1px solid #CCCCCC;
	
}


.navigation-left-main {
	list-style : disc;
	margin-left : 0px;
}

.column-left {
	width : 200px;
	vertical-align : top;
	text-align : left;
}

.column-right {
	width : 200px;
	vertical-align : top;
	text-align : left;
}

.column-main {
	width : 560px;
	vertical-align : top;
	text-align : left;
	padding-left : 50px;
}

.menu-top { 
 }

 .menu-bottom { 
 }
 
.header { 
	vertical-align : top;
 }

.footer {
	color:#d0d0d0;
	font-size:0.9em;
	font-weight: normal;
	margin:0;
	padding:20px 0;
	text-align:center;
	width:100%;
}



/*** Main container ***/

#container {
background:#f0f0f0;
color:#303030;
margin:0;
min-width:770px;
padding:0;
text-align:left;
width:100%;
}

/*** Header section ***/

#sitename {
color:#ffffff;
height:92px;
margin:0 20px 10px;
text-align:left;
}

#sitename h1,#sitename h2 {
font-weight:400;
letter-spacing:-2px;
margin:0;
padding:0;
}

#sitename h1 {
font-size:2.4em;
padding-top:20px;
}

#sitename h2 {
font-size:1.6em;
}

/*** Horizontal menu ***/

#mainmenu {
float:left;
margin-bottom:25px;
}

#mainmenu ul {
font-size:16px;
margin:0;
padding:0;
}

#mainmenu li {
float:left;
height:35px;
list-style:none;
margin:0;
padding:0;
}

#mainmenu a {
border-right:1px solid #b0b0b0;
color:#606060;
display:block;
font-size:0.7em;
padding:11px 10px 10px;
text-transform:uppercase;
}

#mainmenu a:hover {
background:#f0f0f0;
color:#505050;
text-decoration:none;
}

#mainmenu a.current {
background:#f0f0f0;
color:#505050;
text-decoration:none;
}

/*** Content wrap ***/

#wrap {
clear:both;
font-size:0.9em;
padding:0;
}

/*** Sidebars ***/

#leftside,#rightside {
margin:0;
padding:0 10px 10px;
width:165px;
}

#leftside {
float:left;
margin-right:10px;
}

#rightside {
float:right;
margin-left:10px;
}

#leftside h1,#rightside h1 {
color:#505050;
font-size:1.6em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 12px;
}

#leftside h2,#rightside h2 {
font-size:1.1em;
margin:0 0 20px;
}

#leftside p,#rightside p {
font-size:0.9em;
line-height:1.4em;
margin:0 0 16px 10px;
}

.linklist {
list-style:none;
margin:0 0 16px 10px;
padding:0;
}

.linklist li {margin-bottom:0.7em;}

/*** Sidebar menu ***/

.nav {
background:#e8e9ea;
border:1px solid #b0b0b0;
color:#606060;
display:block;
margin-top:8px;
padding:5px 4px 4px 10px;
position:relative;
text-transform:uppercase;
width:140px;
}

.nav:hover,.active {
background:#f8f9fa;
border:1px solid #909090;
color:#303030;
text-decoration:none;
}

.sub {
font-size:0.8em;
letter-spacing:1px;
margin:3px 0 2px 10px;
padding:4px 2px 2px 8px;
width:125px;
}

/*** Content ***/

#content,#contentalt {
background-color:#fafcff;
border:1px solid #909090;
color:#2a2a2a;
padding:15px 20px 5px;
}

#content {margin:0 200px;}
#contentalt {margin:0 200px 0 20px;}

#content h1,#content h2,#contentalt h1,#contentalt h2 {
background-color:inherit;
color:#606060;
font-size:1.8em;
font-weight:bold;
letter-spacing:-1px;
margin:0 0 15px;
padding:0;
}

#content h2,#contentalt h2 {
font-size:1.6em;
margin-bottom:10px;
}

#content img,#contentalt img {
border:1px solid #b0b0b0;
float:left;
margin:5px 15px 6px;
padding:5px;
}



/*** Various classes ***/

.thumbnail {
background:#fafbfc;
border:1px solid #b0b0b0;
margin:0 0 10px 10px;
padding:5px;
}

.searchform {margin:0;}

.searchbox {
background:#f0f0f0;
border:1px solid #b0b0b0;
margin:0 4px 0 0;
width:100px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
}

.clearingdiv {
clear:both;
height:30px;
width:1px;
}

.hide {display:none;}

/*** Text format ***/

.intro {
font-size:1.1em;
font-weight:bold;
letter-spacing:-1px;
}

.small {font-size:0.8em;}
.large {font-size:1.4em;}
.center {text-align:center;}
.right {text-align:right;}

/* left menu categories */
#categories {
width: 193px;
margin: 0 0 20px 0;

background-position: top left;
background-repeat: repeat;
}

#categories h3 {
color: #FFFFFF;
font-size: 16px;
background-image: url(http://snuggieshop.com/graphics/top-green.gif);
background-position: top left;
background-repeat: no-repeat;
padding: 2px 0 2px 15px;
margin: 0;
}

#categories ul {
width: 193px;
margin: 0;
padding: 0;
background-image: url(http://snuggieshop.com/graphics/category-cell-background.gif);
background-repeat: repeat;
}

#categories li {
border-bottom: 1px solid #e3dfdf;
border-left: 1px solid #e3dfdf;
border-right: 1px solid #e3dfdf;
font-size: 13px;
color: blue;
font-weight: bold;
margin: 0;
padding: 5px 0 5px 14px;
list-style: none;
}

#categories .more {
color: #8e8e8e;
text-align: right;
padding-right: 5px;
}

#categories .more a:link {
text-decoration: none;
color: blue;
}

#categories .more a:visited {
text-decoration: none;
color: purple;
}

#categories .more a:hover {
text-decoration: underline;
color: green;
}

#categories a:link {
text-decoration: none;
color: blue;
}

#categories a:visited {
text-decoration: none;
color: purple;
}

#categories a:hover {
text-decoration: underline;
color: green;
}

#maincategories {
		width: 560px;
		float: right;
		margin: 0 20px 0 0;
}

.category a:link {
		text-decoration: none;
		color: blue;
}

.category a:visited {
		text-decoration: none;
		color: blue;
}

.category a:hover {
		text-decoration: underline;
		color: green;
}

.category {
		width: 268px;
		background-image: url(http://snuggieshop.com/graphics/bg.gif);
		background-position: top left;
		background-repeat: repeat;
		float: right;
}

.category h3 {
		width: 268px;
		color: blue;
		font-size: 16px;
		margin: 0;
		background-image: url(http://snuggieshop.com/graphics/top.gif);
		background-position: top left;
		background-repeat: no-repeat;
		padding: 10px 0 5px 10px;
}

.category h3 a:link {
		text-decoration: none;
		color: blue;
}

.category h3 a:visited {
		text-decoration: none;
		color: blue;
}

.category h3 a:hover {
		text-decoration: underline;
		color: green;
}

.category p.tof {
		float: left;
		margin: 0 5px 0 10px;
		padding: 0;
}

.category p.sub {
		font-size: 10px;
		width: 268px;
		margin: 0 0 0 0;
		padding: 0 0 30px 10px;
		background-image: url(http://snuggieshop.com/graphics/bottom.gif);
		background-position: bottom left;
		background-repeat: no-repeat;
		height: 30px;
}

.category img {
		float: left;
}

.category img.tof {
		border: 0;
}


.merchantbottom {
	clear: both;
	width: 535px;
	height: 18px;
	background-image: url(http://snuggieshop.com/graphics/merchantbottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


.merchanthead {
	width: 535px;
	height: 26px;
	
	background-image: url(http://snuggieshop.com/graphics/top-red-535x26.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.merchanthead p {
	font-size: 11px;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	float: left;
	width: 535px;
	background-image: url(http://snuggieshop.com/graphics/top-red-535x26.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.merchanthead p.merchantheader {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	padding: 5px;
	float: left;
	width: 535px;
	background-image: url(http://snuggieshop.com/graphics/top-red-535x26.giff);
	background-position: top left;
	background-repeat: no-repeat;
}

.merchanthead .merchantheader img {
	float: right;
	margin-right: 5px;
}


.merchantcontent {
	width: 535px;
	margin: 0;
	padding: 5px;
	float: left;
	font-size: 11px;
	background-image: url(http://snuggieshop.com/graphics/merchantbg.gif);
	background-position: top left;
	background-repeat: repeat;
	overflow: auto;
}


.merchantcontent ul.normal {
	clear: both;
	margin: 0 0 20px 10px;
	padding: 0;
	list-style: none;
}

.merchantcontent ul.normal li {
	color: #000000;
	margin: 0;
	padding: 10px 0 5px 10px;
}

/*
* Quick list
*/
.merchantcontent ul.quick_list {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.merchantcontent ul.quick_list li {
	background-image: url(http://snuggieshop.com/graphics/arrow-right.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 160px;
	color: #5baf15;
	float: left;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.merchantcontent ul.quick_list a:link,.merchantcontent ul.quick_list a:visited
	{
	text-decoration: none;
	color: #ef6824;
}

.merchantcontent ul.quick_list a:hover {
	text-decoration: underline;
	color: #ef6824;
}

p.HotDeals {
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 5px;
}

p.HotDeals img {
	margin: 5px 10px 5px 10px;
	border: 0;
}

.merchantentry {
	width: 535px;
	background-image: url(/img/website/bg_cat_bg.gif);
	background-position: top left;
	background-repeat: repeat;
	overflow:auto;
}

.merchantentry h3 {
	border-top: 1px solid #cacaca;
	color: blue;
	font-size: 16px;
	margin: 0;
	padding: 10px 0 5px 10px;
}

.merchantentry h3 a:link,.merchantentry h3 a:visited {
	text-decoration: none;
	color: blue;
}

.merchantentry h3 a:hover {
	text-decoration: underline;
	color: green;
}

.merchantentry h3 img{
	vertical-align:middle;
}
	
.merchantentry .merchtof_big {
	float: left;
}

.merchantentry .merchtof_big img{
	border:0;
	margin:0 10px 0 10px;
}

.merchantentry .merchantdescription {
	float: left;
}

.merchantentry .merchantdescription img{
	border:0;
	margin:0 10px 0 10px;
}

.merchantentry p.sub {
	width: 300px;
	font-size: 11px;
	margin: 0 0 0 0;
	margin-left:160px;
	padding: 0 10px 15px 10px;
	
}

/*** End of file ***/
