/*
*************************************************

HOTPOTZ
General Screen Styles

*************************************************
*/

/* USE MASTER STYLES */
@import url(master.css);


/*-------------------------------------------    
    General Selectors
-------------------------------------------*/

#maincontent h1, #maincontent h2 { border-bottom:1px solid #ccc; padding-bottom:10px; margin: 10px 0 14px 0; font-size:18px; }

#maincontent a img { border:0; }
#breadcrumb { background:#eee; padding:6px 12px; margin-bottom:16px; }

.stdimg { background:#ccc; padding:4px; border:1px solid #999; }

.largequote { float:left; border:1px dashed #ccc; padding:14px; font-size:20px; font-style:italic; line-height:28px; color:#999; padding-left:80px; width:568px; margin:20px 0; background:url(../images/largequote.gif) no-repeat top left; }

.blogintro { float:left; width:662px; }

/*-------------------------------------------    
    What we do
-------------------------------------------*/

.step1 { float:left; background:url(../images/hiw-step1.jpg) no-repeat top center; width:200px; padding-top:134px; margin-top:16px;  }
.step1 h4 { float:left; background:#f7941d; padding:4px 8px; margin:0; font-size:14px; color:#fff; margin-bottom:12px;}
.step2 { float:left; background:url(../images/hiw-step2.jpg) no-repeat top center; width:200px; padding-top:150px; margin-left:26px;  }
.step2 h4 { float:left; background:#99d608; padding:4px 8px; margin:0; font-size:14px; color:#fff; margin-bottom:12px;}
.step3 { float:left; background:url(../images/hiw-step3.jpg) no-repeat top center; width:200px; padding-top:150px; margin-left:26px; }
.step3 h4 { float:left; background:#662d91; padding:4px 8px; margin:0; font-size:14px; color:#fff; margin-bottom:12px; }
.step1 h3, .step2 h3, .step3 h3 { font-size:21px; color:#000; }

/*-------------------------------------------    
    Left and Right align text
-------------------------------------------*/

.lefttext, .righttext { width:664px; line-height:19px;  }

.lefttext li { padding-bottom:10px;  }
.lefttext img { float:left; margin-right:20px;  }
.righttext img { float:right; margin-left:20px;  }
.lefttext h3, .righttext h3 { color:#009eff; font-size:19px;padding-top:10px;}

/*-------------------------------------------    
    Gallery
-------------------------------------------*/

.gallery { float:left; background:#eee; width:640px; padding:12px; padding-bottom:0; }
.gallery img {  float:left; width:202px; margin-right:8px; margin-bottom:8px; background:#666; padding:1px;  }


/*-------------------------------------------    
    News
-------------------------------------------*/
#sidebar { float:right; width:166px; margin-left:20px; background:#eee; padding:8px; }
#sidebar ul { margin:0; padding:0; list-style:none;}
#sidebar li { margin:0; padding:0; list-style:none;}
#sidebar h2 { margin-top:4px;}

/*-------------------------------------------    
    Contact
-------------------------------------------*/
.address { float:left; width:632px;  background:#f0f0f0; padding:16px; font-size:15px; line-height:20px; }
.address em { font-weight:bold; font-style:normal; color:#000; font-size:16px;}
.address h3 { border-bottom:1px solid #ccc; margin-bottom:20px; color:#999;}

/*-------------------------------------------    
    Shopping Carts
-------------------------------------------*/

a.button {	background: transparent url(/images/button_right.png) no-repeat scroll top right;color: #FFFFFF;display: inline-block;	font: normal 12px arial, sans-serif;height: 26px;
	margin-right: 6px;	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button:hover {text-decoration: underline;}
a.button span {	background: transparent url(/images/button_left.png) no-repeat;	display: inline-block;	padding: 5px 0 6px 18px;font-weight: bold;}


.cart 		{	border-collapse: collapse;	margin-bottom: 10px;	width: 100%;	border: 1px solid #272727;}
.cart th 	{	background: #333;	padding: 8px;	font-weight: bold;	color: #fff;}
.cart td 	{	padding: 8px;}

/*-------------------------------------------    
    Tabular Styling
-------------------------------------------*/

.gentable a { color:#333333; text-decoration:none; padding:4px;}

.gentable a:hover { color:#ffffff; background-color:#00559e; text-decoration:none; padding:4px;}

.gentable-form {color:#009eff;	font-weight:bold;font-size: 14px;}

.gentable-name {color:#222222;	font-weight:bold;font-size: 13px;}

.gentable-celltop {	background:#009eff;	padding:10px;font-weight: bold;	color: #FFFFFF;	font-size: 13px;}

.gentable-cella	{ background-color:#CCCCCC; padding:10px;}
.gentable-cellb	{ background-color:#EEEEEE; padding:10px;}

/*-------------------------------------------    
    General Shop Styles
-------------------------------------------*/
#content .middle {
	background: #FFFFFF;
	min-height: 380px;
}
#content .bottom .left {
	background: url('../image/content_bottom_left.png') no-repeat;
	width: 5px;
	height: 5px;
	float: left;
}
#content .bottom .right {
	background: url('../image/content_bottom_right.png') no-repeat;
	width: 5px;
	height: 5px;
	float: right;
}
#content .bottom .center {
	background: url('../image/content_bottom_center.png') repeat-x;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {	background: #FFF;	padding: 10px;}
.box .bottom {	height: 5px;background: url('../image/box_bottom.png') no-repeat;}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}

#custom_message {
width: 396px;
float: right;
margin: 20px 0 0 0;
}
#custom_message h4{
font-size: 14px;
font-weight: bold;
color: #333;
padding: 0 0 5px 0;
margin: 0;
}

#custom_message .custom_inner {
border: 1px solid #dddddd;
width: 370px;
float: left;
padding: 8px 12px;
background: #f7f7f7;
}
#custom_message .custom_inner a{
color: #0086d8;
}

#message_image {
width: 100%;
}
#message_image h2{
font-style:italic;
font-weight: normal;
font-size: 12px;
color: #545454;
border: 0;
margin: -4px 0 8px 0;
padding: 0;
}
#message_image h3 {
margin: 0;
padding: 0;
font-size: 14px;
border: 0;
}
#message_image h3 span{
font-style:italic;
font-weight: normal;
font-size: 12px;
color: #545454;
border: 0;
margin: -4px 0 8px 0;
padding: 0;
}
#message_image table{
font-size: 11px;
}
#message_image table tr{
}
#message_image table td{
padding: 3px;
}

#message_image table .careers-form {
border: 1px solid #9c0300;
background: #ee2824;
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 4px 8px;
}
#message_image table .careers-form:hover {
background: #9c0300;
}
#message_image table .careers-form2 {
border: 1px solid #9c0300;
background: #ee2824;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 3px 6px;
}


