@charset "UTF-8";
/* CSS Document */

/* Global Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
color:inherit;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}

button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	background-color:#FFFFFF;
	color:#999999;
	border: 2px #999999 solid;
	white-space:nowrap;
}
button:hover {
color:#333333;
border: 2px #333333 solid;
}

/* ID Styles */
#header {
	float:left;
	}
	
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#header img {
	border: none;
}
#shiptag{
	display:inline;
	border:none;
	margin:0px;
	padding-left:200px;
}

#container {
	padding: 5px;
	width: 1000px;
	margin:0px auto;
}

#transition {
	/*height: inherit;*/
	left: auto;
	position: relative;
	width: 50%;
	bottom: auto;
}

#keywords ul li{
	color:#FFFFFF;
	display:none;
}
#footertop{
	line-height:4px;
	font-size:4px;
	width:1000px;
	margin:0px auto;
	text-align:left;
	background-color:#efefef;
}
#footer {
	font-size: 10px;
	font-weight: normal;
	text-transform: lowercase;
	color: #7b8282;
	padding: 4px 0px;
	width:1000px;
	margin:0px auto;
	text-align:left;
	background-color:#dfe5e5;
}
#footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	}
#footer ul li{
	border-left: 1px solid;
	display:inline;
	margin-left:5px;
	font-size:12px;
	color:#999999;
	padding-left: 10px;
	text-align:left;
}
#footer .firstinline{
	border-left-style:none; !important
	}
#footer form {
	display:inline;
}

#footer form input {
	color:#999999;
	height:14px;
	outline:none;
	font-size:10px;
}
#footer a {
	color:#999999;
}
/*.tagline a:hover {
	text-decoration:underline;
}*/
#footer img {
	border:none;
}

/*.cart-cnt {
	border-right:solid 1px #FFFFFF !important;
}*/
.cart-cnt a {
	/*text-decoration:none;*/
	font-weight:bold;
	color:#333333;
}
.cart-cnt a:hover {
	/*text-decoration:underline;*/
}
.tagline {
	font-size: 10px;
	font-weight: lighter;
	text-transform: lowercase;
	color: #999999;
	padding-bottom:0px;
	padding-top:43px;
	/*width:995px;*/
	text-align:right;
}
.tagline ul {
display:inline;
padding:0;
vertical-align:middle;
margin:0;
}
.tagline ul li{
	border-left: 1px solid;
	display:inline;
	margin:5px;
	font-size:12px;
	color:#999999;
	padding-left: 10px;
	text-align:right;
}
.tagline a {
	color:#999999;
}
/*.tagline a:hover {
	text-decoration:underline;
}*/

.no-transform{
text-transform:none;
}
.right-side{
text-align:right
}
.thumbs img{
	vertical-align:bottom;
	border:none;
	width:16px;
	display:inline;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.right-side{
text-align:right;
}
