.glass_clear { clear: both; }

table.glass { width: 98%; }

table td { padding: 3px; }
table td.label { text-align: right; }

table.glass label { cursor: pointer; }
table.glass input[type="text"] { padding: 4px; font-size: 1.2em; font-weight: bold; border: 1px solid orange; border-radius: 3px; }


div.car_gallery { position: relative; left: -50%; float: right; }
div.car_gallery.thin_right { max-width: 114px; float: left; }
div.car_gallery div.car_gallery_inner { position: relative; left: 50%; }
div.car_gallery div.car_gallery_inner div.thumb { position: relative; margin: 12px; padding: 1px; float: left; border: 1px solid orange; border-radius: 3px; }
div.car_gallery div.car_gallery_inner div.thumb img{ max-width: 200px; max-height: 200px; border-radius: 3px; }

div.item_gallery {  float: left; }
div.item_gallery div.thumb { margin: 12px; margin-top: 0; padding: 1px; max-width: 116px; border: 1px solid orange; border-radius: 3px; }
div.item_gallery div.thumb img{ max-width: 114px; max-height: 114px; border-radius: 5px; }

div.blue_box
{
	display: block;
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	clear: both;
	font-family: myriad;
	font-size: 28px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: #036 -1px -1px 1px;
	background: url('../img/right_head_repeatable.png');
}
div.blue_box > div.left { margin: 0; padding: 0; width: 5px; height: 50px; float: left; background: url('../img/right_head_left.png') no-repeat; }
div.blue_box > div.right { margin: 0; padding: 0; width: 540px; height: 50px; float: right; background: url('../img/right_head_right.png') no-repeat; }

div.blue_box > h1,
div.blue_box > h2,
div.blue_box > h3,
div.blue_box > h4,
div.blue_box > h5
{
	padding-left: 15px; font-size: 28px;
}

.offer_name
{
	display:block;
	clear:both;
	font-size:14px;
	font-weight:bold;
	color:#369;
	text-shadow:#fff 1px 1px 1px;
}

a.glass_normalized_link
{
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	color: #369;
	background: none !important;
}
a.glass_normalized_link:hover {	color: #369; }

ul.glass_manufacturers
{
	margin: 0 auto;
	padding: 0;
	width: 968px;
	height: 90px;
	overflow: hidden;
	list-style: none;
}

ul.glass_manufacturers li
{
	display: inline-block;
	margin: 0 5px;
	width: 123px;
	height: 88px;
	background-image: url('/img/window-manufacturers.jpg');
	background-repeat: no-repeat;
	border: 1px solid #d4d4d4;
}

ul.glass_manufacturers li.pilkington { background-position: 1px 0; }
ul.glass_manufacturers li.agc { background-position: -129px 0; }
ul.glass_manufacturers li.guardian { background-position: -261px 0; }
ul.glass_manufacturers li.shatterprufe { background-position: -394px 0; }
ul.glass_manufacturers li.fy { background-position: -526px 0; }
ul.glass_manufacturers li.saint-gobain { background-position: -657px 0; }
ul.glass_manufacturers li.ppg { background-position: -787px 0; }

ul.glass_manufacturers li.pilkington:hover { background-position: 1px -90px; border-color: #8ac; }
ul.glass_manufacturers li.agc:hover { background-position: -129px -90px; border-color: #8ac; }
ul.glass_manufacturers li.guardian:hover { background-position: -261px -90px; border-color: #8ac; }
ul.glass_manufacturers li.shatterprufe:hover { background-position: -394px -90px; border-color: #8ac; }
ul.glass_manufacturers li.fy:hover { background-position: -526px -90px; border-color: #8ac; }
ul.glass_manufacturers li.saint-gobain:hover { background-position: -657px -90px; border-color: #8ac; }
ul.glass_manufacturers li.ppg:hover { background-position: -787px -90px; border-color: #8ac; }

#glass-tabs {}
#glass-tabs ul
{
	margin: 0;
	margin-bottom: 12px;
	padding: 12px;
	list-style: none;
	background-color: #ddf;
	border: 1px solid #268;
	border-radius: 3px;
}
#glass-tabs ul li
{
	display: inline;
}

#glass-tabs ul li a
{
	position: relative;
	top: 6px;
	padding: 6px;
	padding-bottom: 3;
	font-weight: bold;
	color: #268;
	text-decoration: none;
	background-color: #ddf;
	border: 1px solid #268;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

#glass-tabs ul li a.active
{
	color: white;
	background-color: #268;
}

.glass-tab { display: none; }

.glass-search {}
.glass-search label { cursor: pointer; }
.glass-search input[type="text"] { padding: 6px; color: #268; border: 1px solid orange; border-radius: 3px; }
.glass-search input[type="submit"] { padding: 4px; font-weight: bold; color: #268; cursor: pointer; background-color: #ddf; border: 1px solid #268; border-radius: 3px; }