
/******* GENERAL RESET *******/
/******* LOGO *******/
#tablogo{
	margin-top: 1em;
	display: block;
}
/******* /LOGO  *******/
/******* MENU *******/
#tabcontainer{
	margin-top:15px;
	margin-bottom:15px;
	width: 720px;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	cursor:default;
	overflow: hidden;
	
}

.clear {
clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	margin:0;
	padding:0;
}

#tablink {
text-align:right;
font-size:12px;
font-weight:700;
}

#tablink a {
color:#01539f;
text-decoration:none;
}
#tablink a:hover {
color:#01539f;
text-decoration:underline;
}
#tabcontent li a:link {
color:#01539F;
}
#tabcontainer ul{
	list-style: none;
	list-style-position: outside;
	margin:0px;
	padding:0px;
	
}
#tabcontainer ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#tabcontainer ul.menu li{
	font-weight: 700;
	display: block;
	padding: 5px 10px 5px 10px;
	background: #C8E3FE;
	margin-bottom: -1px;
	border-top: 1px solid #01539f;
	border-left: 1px solid #01539f;
	border-right: 1px solid #01539f;
	border-bottom: 1px solid #01539f;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #01539f;
	cursor: pointer;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#tabcontainer ul.menu li.active{
	background: #01539f;
	top: 1px;
	border-bottom: 0;
	color: #fff;
}

ul.tabthumbList a {
text-decoration:none;

}
ul.tabthumbListrev a {
text-decoration:none;

}
ul.thumbList a:hover {
text-decoration:underline;
color: #f15e7b;
font-size:11px;
}

ul.tabthumbList {
	margin: 0px auto;
	list-style: none;
	padding-left: 0px;
	
	
}

ul.tabthumbListrev {
	margin: 0px auto;
	list-style: none;
	padding-left: 0px;
	
	
}

ul.tabthumbList li {
display: inline-block;
display:-moz-inline-stack;
margin:5px 0;
padding:0 15px;
vertical-align:top;
width:100px;
}

ul.tabthumbListrev li {
display: inline-block;
display:-moz-inline-stack;
margin:5px 0;
padding:0 15px;
vertical-align:top;
width:100px;
}

ul.tabthumbList li div {
display:block;
margin:0;
padding-bottom:5px;
text-align:left;
}

ul.tabthumbListrev li div {
display:block;
margin:0;
padding-bottom:0px;
text-align:left;
}

ul.tabthumbList li a img {
	border: 1px solid #c8e3fe;
	margin: 0px 0px;
	display: block;
}

ul.tabthumbListrev li a img {
	border: 1px solid #c8e3fe;
	margin: 0px 0px;
	display: block;
}
/******* /MENU *******/
/******* CONTENT *******/
.tabcontent{
	margin: 0pt auto;
	_margin-top:-14px;
	background: #efefef;
	background: #fff;
	border: 1px solid #01539f;
	text-align: left;
	padding: 10px;
	font-size: 11px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.tabcontent h1{
	line-height: 1em;
	vertical-align: middle;
	height: 48px;
	padding: 10px 10px 10px 0px;
	font-size: 32px;
}

/******* specials *******/
.tabcontent.special h1{
	/*background: transparent url(images/news.jpg) no-repeat scroll left top;*/
}
.tabcontent.special{
	display: block;
}

/******* topsellers *******/
.tabcontent.topsellers h1{
	/*background: transparent url(images/tuts.jpg) no-repeat scroll left top;*/
}
.tabcontent.topsellers{
	display: none;
}
/******* toprated *******/

.tabcontent.toprated h1{
	/*background: transparent url(images/tuts.jpg) no-repeat scroll left top;*/
}
.tabcontent.toprated{
	display: none;
}
/******* featured *******/
.tabcontent.featured h1{
	/*background: transparent url(images/links.jpg) no-repeat scroll left top;*/
}
.tabcontent.featured{
	display: none;
}


/******* /LINKS *******/
