body {
	margin: 0;
	padding: 0;
	/*font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif";*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #000;
	color: #ccc;
	text-align: center;
}
.scroll {
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.link {
	color: #6666CC;
	text-decoration: underline;
}


/*redefine

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}*/
p {
	font-size: 12px;
	line-height: 16px;
}

ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

h1 {
	font-size: 23px;
	color: #6666CC;
	font-weight: lighter;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
	color: #6666CC;
	margin-top: 0px;
}
.pointform {
	font-size: 12px;
	line-height: 16px;
	list-style-type: square;
	margin-left: 25px;
	margin-right: 10px;
}

h3 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #6666CC;
}
h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 795px; /* 800px */
	/*border-right: 1px solid #1c1c1c;*/
	background: #BBB;
    border:1px solid #666;
	/*margin: auto;*/
	text-align: left;
	/*padding-top: 15px;*/
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.maintext {
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}


/*.title {
	width: 800px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}*/


.thumbnailContainer {
	/*width: 800px;*/
	/*border-top: 1px solid #ccc;*/
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #999;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#footer {
	width: 800px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #ccc;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}

/* Custom: E-Stand product titles + Buy button */
#estand_header
{
    float: left;
}

#estand_buy
{
    display: block;
    float: right;
}