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

body {
	margin: 0;
	padding: 0 0 9px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	position: relative;
}

*, html {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-decoration: none;
	list-style: none;
}

a, a:link, a:active, a:visited {
	color: #df0e16;
}

a:hover {
	color: #646464;
}

p {
	margin: 0 22px 20px 22px;
	line-height: 16px;
	text-align: justify;
}

h1 {
	font-size: 18px;
	color: #df0e16;
	font-weight: normal;
	margin: 30px 22px 30px 22px;
	line-height: 130%;
	clear: both;
}

h2 {
	font-size: 14px;
	color: #df0e16;
	font-weight: normal;
	margin: 0 22px 22px 22px;
}

h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/sidebox_top.gif);
	width: 180px;
	height: 17px;
	padding: 8px 0 0 12px;
	margin: 8px 0 0 0;
}

h4 {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	background-image: url(../images/center_box_top.gif);
	width: 534px;
	height: 22px;
	padding: 9px 0 0 46px;
	margin: 20px 0 0 0;
	clear: both;
	display: block;
}

.BasketH4 {
	background-image: url(../images/center_box_top_wide.gif);
	margin: 8px 0 0 20px;
	width: 685px;
	padding: 9px 0 0 46px;
}

h5 {
	font-size: 18px;
	color: #df0e16;
	font-weight: normal;
	margin: 0 22px 12px 22px;
}

h5 small {
	font-size: 12px;
	color: #6C6C6C;
}

h6 {
	font-size: 14px;
	color: #df0e16;
	font-weight: normal;
	margin: 30px 22px 10px 22px;
	clear: both;
}

img {
	border: none;
}

#Container {
	width: 980px;
	margin: 0 auto 0 auto;
	position: relative;
}

#TopIcons {
	position: absolute;
	top: 0;
	right: -13px;
}

#TopLinks {
	float: right;
	text-transform: uppercase;
	width: 660px;
	margin: 62px 0 0 0;
}

#TopLinks li {
	float: right;
	position: relative;
	background-position: left;
	background-repeat: no-repeat;
}

#TopLinks li a, #TopLinks li a:link, #TopLinks li a:active, #TopLinks li a:visited {
	font-size: 10px;
	color: #686868;
	padding: 5px 16px 4px 22px;
	display: block;
}

#TopLinks li a:hover {
	text-decoration: underline;
}

#TopLink1 { background-image: url(../images/icon_login.gif);}
#TopLink2 { background-image: url(../images/icon_register.gif);}
#TopLink3 { background-image: url(../images/icon_help.gif);}
#TopLink4 { background-image: url(../images/icon_checkout.gif);}
#TopLink5 { background-image: url(../images/icon_contactus.gif);}
#TopLink6 { padding: 0 16px 0 0;}

/*Main boxes*/
#LeftBar {
	float: left;
	width: 192px;
	padding: 0 0 8px 0;
}

#RightBar {
	float: right;
	width: 192px;
	height: auto;
	padding: 0 0 8px 0;
}

#MainContent {
	float: left;
	width: 580px;
	padding: 8px 0 8px 8px;
}

#MainContent2 {
	float: left;
	width: 580px;
	padding: 8px 0 8px 8px;
}

#MainContent ul, #MainContent2 ul {
	margin: 0 0 30px 50px;	
}

#MainContent ul li, #MainContent2 ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 3px 0;
	line-height: 20px;
}

#BasketContent {
	float: left;
	width: 772px;
	padding: 8px 0 8px 8px;
}

#BottomBar {
	width: 964px;
	height: 24px;
	padding: 9px 8px 0 8px;
	background-image: url(../images/bottombar.gif);
	clear: both;
	margin: 8px 0 0 0;
	color: #FFFFFF;
	font-size: 11px;
}

#BottomBar a, #BottomBar a:link, #BottomBar a:active, #BottomBar a:visited {
	color: #FFFFFF;
}

#BottomBar a:hover {
	text-decoration: underline;
}

#BottomBarCards {
	clear: both;
	margin: 30px 0 0 270px;
}
/*End Main boxes*/

/*Top Menu*/
#Menu {
	width: 980px;
	height: 43px;
	background-image: url(../images/menu_bar.gif);
	text-transform: uppercase;
}

#Menu li {
	float: left;
	position: relative;
}

#Menu li a, #Menu li a:link, #Menu li a:active, #Menu li a:visited {
	font-size: 10px;
	color: #ffffff;
	padding: 9px 4px 7px 4px;
	height: 12px;
	display: block;
	border-right: 1px solid #878788;
	border-left: 1px solid #585859;
}

#Menu li a:hover, #Menu li.Selected ol li a:hover {
	background-image: url(../images/menu_bar_over.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #a81e23;
	border-left: 1px solid #a81e23;
}

#Menu li:hover ol { display: block;}

#Menu li ol {
	display: none;
	position: absolute;
	top: 28px;
	left: -1px;
	width: 200px;
	border-left: 1px solid #878788;
	border-bottom: 1px solid #878788;
	border-right: 1px solid #878788;
	z-index: 999;
}

#Menu li ol li a, #Menu li ol li a:link, #Menu li ol li a:active, #Menu li ol li a:visited {
	font-size: 12px;
	color: #ffffff;
	padding: 4px 6px 4px 6px;
	line-height: 14px;
	width: 188px;
	height: auto;
	display: block;
	background-color: #414141;
	border: none;
	text-transform: capitalize;
}

.Selected a, .Selected a:link, .Selected a:active, .Selected a:visited {
	background-image: url(../images/menu_bar_over.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #a81e23;
	border-left: 1px solid #a81e23;
}

#Menu li.Selected ol li a
{
	background-image: none;
	border: 0;
}

#MenuOverlay {
	position: absolute;
	top: 97px;
	z-index: 5;
}
/*Top Menu End*/

/*Categories Menu*/
#MainMenu { border: none;}

#MainMenu li {
	/*border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;*/
	padding: 0 0 0 0;
}

#MainMenu li a, #MainMenu li a:link, #MainMenu li a:active, #MainMenu li a:visited {
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #767676;
	color: #ffffff;
	display: block;
	width: 161px;
	padding: 14px 20px 5px 11px;
	margin: 0 0 0 0;
	font-size: 13px;
	line-height: 14px;
	border-bottom: 1px solid #ffffff;
}

#MainMenu li a:hover {
	background-image: url(../images/menu_arrow_over.gif);
	text-decoration: none;
	color: #ffffff;
}

#MainMenu li ol {
	width: 190px;
}

#MainMenu li ol li {
	border: none;
	width: 192px;
	padding: 0;
}

#MainMenu li ol li a, #MainMenu li ol li a:link, #MainMenu li ol li a:active, #MainMenu li ol li a:visited {
	background-image: none;
	background-color: #efefef;
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 11px;
	text-transform: none;
	color: #292929;
	width: 181px;
	padding: 4px 0 4px 11px;
	margin: 0px;
}

#MainMenu li ol li a:hover, #MainMenu li ol li ol li a:hover {
	background-image: none;
	background-color: #CECECE;
}

#MainMenu li ol li ol li {
	border: none;
}

#MainMenu li ol li ol li a, #MainMenu li ol li ol li a:link, #MainMenu li ol li ol li a:active, #MainMenu li ol li ol li a:visited {
	background-image: none;
	background-color: #d5d5d5;
	border-bottom: 1px solid #ffffff;
	display: block;
	font-size: 13px;
	color: #292929;
	width: 172px;
	padding: 6px 0 2px 18px;
}
/*End Categories Menu*/

.CheckoutBox {
	width: 718px;
	margin: 0 0 20px 20px;
	border: 1px solid #e7e7e7;
	padding: 8px;
}

.CheckoutDetails {
	width: 736px;
	margin: 0 0 20px 20px;
	border: 1px solid #c6c6c6;
	background-color: #efefef;
}

.CheckoutDetailsSmall {
	width: 350px;
	margin: 0 0 20px 20px;
	border: 1px solid #c6c6c6;
	background-color: #efefef;
}

.CheckoutDetails tr td, .CheckoutDetailsSmall tr td {
	padding: 8px;
}

.CheckoutBox p {
	margin: 0;
}

.CheckoutBox img {
	margin: 0 8px 8px 0;
}

#ProductTable {
	width: 538px;
	margin: 0 0 0 20px;
	font-size: 11px;
	clear: both;
}

#ProductTable tr td {
	border-top: 1px solid #dcdcdc;
	padding: 6px 6px 6px 6px;
}

#ProductTable .ProductImg {
	border: 1px solid #dcdcdc;
}

#ProductTable .MoreInfo {
	display: block;
	padding: 4px 0 0 0;
}

#ProductTable tr:hover {
	background-color: #F0F0F0;
}

#ProductTable .Odd {
	background-color: #F8F8F8;
}

#ProductTable .Top {
	padding: 4px 6px 4px 6px;
	font-size: 14px;
	background-color: #F8F8F8;
}

#ProductTable .Top td {
	border: none;
}

#ProductTable .Top:hover {
	background-color: #FFFFFF;
}

#ProductTable .Column {
	font-size: 13px;
}

#ProductTable .Column p {
	padding: 0;
	margin: 0;
	font-size: 11px;
	color: #666666;
}

#ProductTable .Bottom {
	background-color: #f6f6f6;
}

#SubCategories {
	width: 538px;
	min-height: 130px;
	padding: 0 0 0 18px;
}

.CategoryPrice {
	font-size: 13px;
	text-align: center;
	font-weight: bold;
}

.CategoryPrice small {
	font-size: 10px;
	padding: 0 0 3px 0;
	display: block;
	font-weight: normal;
}

#SubCategories li {
	width: 126px;
	list-style: none;
	float: left;
	margin: 6px 3px 0 3px;
	border: 1px solid #CCC;
	background-repeat: no-repeat;
	background-position: bottom;
}

#SubCategories li img {
	border: 1px solid #dcdcdc;
	margin: 0 0 2px 0;
	height: 126px;
	width: 126px;
}

#SubCategories li a span {
	width: 106px;
	padding: 5px;
	line-height: 15px;
	font-size: 12px;
	display: block;
	background-image: url(../images/sub_back.png);
	margin: 10px 0 0 0;
}

#SubCategories li a:hover span {
	background-image: url(../images/sub_back_over.png);
}

#SubCategories li a, #SubCategories li a:link, #SubCategories li a:active, #SubCategories li a:visited {
	width: 128px;
	height: 116px;
	display: block;
	color: #FFF;
}

#SubCategories li a:hover {
}

#PaymentsAccepted {
	float: right;
	margin: 11px 20px 0 0;
}

.SideBox {
	background-color: #efefef;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

.SideBoxTop {
	margin: 8px 0 0 0;
}

.SideBoxBottom {
	background-image: url(../images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 7px;
	clear: both;
}

.SideBoxThinTop {
	background-image: url(../images/sidebox_thin_top.gif);
	background-repeat: no-repeat;
	width: 192px;
	height: 7px;
	margin: 0;
	font-size: 1px;
	margin: 8px 0 0 0;
}

#CallBackBox {
	background-image: url(../images/box_callback.jpg);
	width: 180px;
	height: 101px;
	margin: 8px 0 0 0;
	padding: 13px 6px 0 6px;
}

#CallBackBox p {
	font-size: 17px;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #FFFFFF;
}

#CallBackBox span {
	font-size: 10px;
	display: block;
}

#CallBackBox form .Tel {
	width: 171px;
	height: 14px;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 0 0 4px;
	margin: 11px 0 0 0;
}

#CallBackBox form .Time {
	width: 109px;
	height: 20px;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 0 0 4px;
	margin: 6px 0 6px 1px;
}

#CallBackBox form .Request {
	float: right;
	width: 62px;
	height: 22px;
	background: url(../images/button_request.gif);
	color: #FFFFFF;
	border: none;
	font-size: 12px;
	margin: 5px 1px 0 0;
}

#RegisterBox {
	background-image: url(../images/box_register.jpg);
	width: 192px;
	height: 141px;
	margin: 8px 0 0 0;
}

#RegisterBox p, #ChecklistBox p {
	margin: 0;
	padding: 77px 0 0 9px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

#RegisterBox span, #ChecklistBox span {
	text-transform: none;
	font-size: 11px;
	display: block;
	font-weight: normal;
	padding: 0 38px 0 0;
}

#RegisterBox a, #RegisterBox a:link, #RegisterBox a:active, #RegisterBox a:visited, #PackagesBox a, #PackagesBox a:link, #PackagesBox a:active, #PackagesBox a:visited, #ChecklistBox a, #ChecklistBox a:link, #ChecklistBox a:active, #ChecklistBox a:visited {
	color: #FFFFFF;
}

#RegisterBox a:hover, #PackagesBox a:hover, #ChecklistBox a:hover {
	color: #333333;
}

#PackagesBox {
	background-image: url(../images/box_packages.jpg);
	width: 192px;
	height: 141px;
	margin: 8px 0 0 0;
}

#PackagesBox p {
	margin: 0;
	padding: 28px 0 0 9px;
	text-transform: uppercase;
	font-size: 13px;
	text-align: left;
}

#PackagesBox span {
	text-transform: none;
	font-size: 11px;
	display: block;
	font-weight: normal;
	padding: 0 38px 0 0;
}

#ChecklistBox {
	background-image: url(../images/box_checklist.jpg);
	width: 192px;
	height: 141px;
	margin: 8px 0 0 0;
}

#MiddleBox {
	width: 580px;
	background-image: url(../images/center_box_middle.gif);
	clear: both;
}

#MiddleBox2 {
	width: 585px;
	clear: both;
}

#MiddleBox ul, #MiddleBox2 ul {
	margin: 0;	
}

#MiddleBox ul li, #MiddleBox2 ul li {
	list-style-image: none;
	margin: 0;	
}

#MiddleBoxBottom {
	background-image: url(../images/center_box_bottom.gif);
	width: 580px;
	height: 7px;
}

#PopularProducts li {
	margin: 0 0 -2px 0;
}

#PopularProducts li a big {
	float: right;
	font-size: 13px;
	font-weight: bold;
}

#PopularProducts li a, #PopularProducts li a:link, #PopularProducts li a:active, #PopularProducts li a:visited {
	background-image: url(../images/popular_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	padding: 4px 5px 0 20px;
	height: 17px;
	width: 165px;
	font-size: 12px;
	color: #292929;
	border-bottom: 1px solid #ffffff;
}

#PopularProducts li a:hover {
	background-image: url(../images/popular_arrow_over.gif);
	background-color: #d0171e;
	color: #ffffff;
}

#CartPreview {
	background-color: #efefef;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}

#CartPreview li {
	margin: 0 0 -2px 0;
	padding: 5px 0 0 5px;
	min-height: 14px;
	width: 185px;
	font-size: 11px;
	color: #292929;
	border-bottom: 1px solid #ffffff;
}

#CartPreview .Odd {
	background-color: #FFF;
}

.CartPreviewTotal {
	padding: 4px 5px 1px 10px;
	background-color: #efefef;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	font-size: 11px;
}

.CartPreviewTotal small {
	font-size: 9px;
}

#SearchBox, #NewsBox {
	padding: 0 5px 0 6px;
	text-align: right;
}

#SearchBox p {
	margin: 0;
	padding: 9px 0 0 0;
}

#SearchBox a, #SearchBox a:link, #SearchBox a:active, #SearchBox a:visited {
	font-size: 13px;
	color: #4c4c4d;
}

#SearchBox a:hover {
	color: #d0171e;
}

#SearchBox form .Query, #NewsBox form .Query {
	width: 171px;
	height: 14px;
	font-size: 12px;
	color: #1d1d1d;
	padding: 3px 0 0 4px;
	margin: 7px 0 0 0;
}

#SearchBox form .Request, #NewsBox form .Request, #FormContact form .Request {
	width: 62px;
	height: 22px;
	background: url(../images/button_request.gif);
	color: #FFFFFF;
	border: none;
	font-size: 12px;
	margin: 5px 1px 6px 0;
}

#SpecialsBox {
	padding: 0 0 0 4px;
}

#SpecialsBox li {
	float: left;
	width: 144px;
	min-height: 144px;
	text-align: center;
	font-size: 11px;
	color: #000000;
	padding: 7px 0 2px 0;
}

.SpecialsBack {
	width: 100px;
	height: 100px;
	background-color: #FFF;
	border: 1px solid #939393;
	margin: 0 auto 0 auto;
	position: relative;
}

.SpecialsPrice {
	position: absolute;
	bottom: 1px;
}

#SpecialsBox li img {
	margin: 0 0 6px 0;
	max-height: 100px;
	max-width: 100px;
}

#SpecialsBox li span {
	padding: 0 5px 7px 5px;
	margin: 4px 0 0 0;
	display: block;
}

#SpecialsBox li a, #SpecialsBox li a:link, #SpecialsBox li a:active, #SpecialsBox li a:visited {
	padding: 0 0 0 0;
	display: block;
	color: #000000;
	font-weight: bold;
}

#SpecialsBox li a:hover {
	color: #df0e16;
}

#SpecialsBox li small {
	font-size: 11px;
	text-decoration: line-through;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 40px;
	text-align: center;
}

#SpecialsBox li a:hover small {
	color: #000;
}

#SpecialsBox li big {
	background-color: #ec1c24;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 0 3px 0;
	width: 60px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

/*NEW SPECIALS CSS*/
.SpecialsBox2 {
	padding: 10px 0 0 0;
	height: 332px;
}

.SpecialsBox2 li {
	float: left;
	width: 141px;
	height: 156px;
	text-align: center;
	color: #ffffff;
	background-image: url(../images/featured_back.gif);
	background-repeat: no-repeat;
	padding: 0 5px 10px 0;
}

.SpecialsBox2 li img {
	max-height: 90px;
	max-width: 133px;
}

.SpecialsBox2 li span {
	width: 131px;
	height: 34px;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 5px 0 5px;
}

.SpecialsBox2 li a, .SpecialsBox2 li a:link, .SpecialsBox2 li a:active, .SpecialsBox2 li a:visited {
	padding: 0 0 0 0;
	color: #ffffff;
	height: 131px;
	display: block;
}

.SpecialsBox2 li a:hover {
	color: #000000;
}

.SpecialsBox2 li big {
	color: #FFFFFF;
	font-size: 17px;
	width: 60px;
}

.SpecialsBox2Bottom {
	width: 136px;
	height: 23px;
	text-align: center;
	padding: 3px 5px 0 5px;
	display: block;
	font-size: 11px;

}
/*NEW SPECIALS CSS*/


/*RELATED ITEMS CSS*/
.SpecialsBox3 {
	padding: 13px 0 0 13px;
}

.SpecialsBox3 li {
	float: left;
	width: 131px;
	height: 156px;
	text-align: center;
	color: #ffffff;
	background-image: url(../images/related_back.gif);
	background-repeat: no-repeat;
	padding: 0 10px 10px 0;
}

.SpecialsBox3 li img {
	max-height: 90px;
	max-width: 123px;
}

.SpecialsBox3 li span {
	width: 121px;
	height: 34px;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 15px;
	padding: 6px 5px 0 5px;
}

.SpecialsBox3 li a, .SpecialsBox3 li a:link, .SpecialsBox3 li a:active, .SpecialsBox3 li a:visited {
	padding: 0 0 0 0;
	color: #ffffff;
	height: 121px;
	display: block;
}

.SpecialsBox3 li a:hover {
	color: #000000;
}

.SpecialsBox3 li big {
	color: #FFFFFF;
	font-size: 17px;
	width: 60px;
}

.SpecialsBox3Bottom {
	width: 126px;
	height: 23px;
	text-align: center;
	padding: 13px 5px 0 5px;
	display: block;
	font-size: 11px;

}

.RelatedH4 {
	margin: 60px 0 0 0;
	clear: both;
}
/*RELATED ITEMS CSS*/


.dv8Link {
	float: right;
}

#ProductRight {
	margin: 0 20px 20px 20px;
	float: right;
	width: 181px;
	text-align: center;
}

#ProductRight a, #ProductRight a:link, #ProductRight a:active, #ProductRight a:visited {
	display: block;
}

#ProductImage, #ProductImage:link, #ProductImage:active, #ProductImage:visited {
	background-color: #efefef;
	border: 1px solid #c6c6c6;
	padding: 0 0 9px 0;
	color: #000000;
	margin: 0 0 22px 0;
}

#ProductImage:hover {
	color: #df0e16;
}

.EnlargeImg {
	border: 1px solid #b8b7b7;
	margin: 7px;
}

#PriceBar {
	background-color: #fafafa;
	border: 1px solid #e2e2e2;
	width: 335px;
	margin: 0 0 30px 20px;
	padding: 0 0 0 0;
}

#PriceBar form {
	width: 328px;
	padding: 0 0 0 7px;
	margin: 0 0 8px 0;
	font-size: 11px;
	float: left;
	background-color: #efefef;
	border-bottom: 1px solid #e2e2e2;
}

#PriceBar form .AddBasket {
	width: 117px;
	height: 27px;
	background: url(../images/button_add.gif);
	color: #FFFFFF;
	border: none;
	font-size: 12px;
	margin: 5px 3px 0 3px;
	text-align: left;
	padding-left: 10px;
}

#PriceBar form .Quantity {
	width: 40px;
	border: 2px solid #999999;
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 12px;
}

#PriceBar ul {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 12px;
	height: 31px;
	border-top: 1px solid #e2e2e2;
}

#PriceBar ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
/*	width: 68px; - Removed by Ed*/
	text-align: center;
}

#PriceBar ul .PriceBreaks {
	font-size: 11px;
	line-height: 1;
	border-right: 1px dotted #CCC;
}

#PriceBar ul .Heading {
	background: #231f20;
	color: #FFF;
	padding: 2px;
}

#PriceBar ul .LeadHeading {
	width: 90px;
}

#PriceBar ul .PriceBreaks small {
	font-size: 9px;
	display: block;
	padding: 0 0 3px 0;
}

#PriceBar ul .PriceBreaks strong {
	display: block;
	font-size: 12px;
	padding: 3px 4px 0px 4px;
}

#PriceBar ul .PriceBreaksLead {
	padding: 3px 8px;
	font-size: 12px;
	line-height: 130%;
}

#PriceBar .Weight {
	border-left: 1px solid #e2e2e2;
	background-color: #fafafa;
	padding: 5px 0;
}

#PriceFrom {
	background-color: #e21b22;
	color: #FFFFFF;
	font-size: 16px;
	width: 90px;
	text-align: center;
	padding: 3px 0 0px 0;
	margin: 4px 4px 4px 0;
	float: right;
}

#PriceFrom small {
	font-size: 10px;
	display: block;
}

#PriceFrom em {
	font-size: 9px;
}

#PriceFrom .Left {
	float: left;
}

#PriceFrom .Right {
	float: right;
}

#PriceFrom .Bottom {
	background: #231f20;
	color: #FFF;
	font-size: 11px;
	padding: 3px 0 4px 0;
	margin: 3px 0 0 0;
}

#PriceBarInfo {
	font-size: 11px;
	padding: 2px 0 0 0;
}

#PriceBarInfo p {
	margin: 0;
	padding: 6px 0 0 7px;
	line-height: 1;
}

#DownloadsTop {
	background-image: url(../images/downloads_top.gif);
	width: 174px;
	height: 18px;
	padding: 7px 0 0 7px;
	color: #FFF;
	text-align: left;
}

#DownloadsBottom {
	background-image: url(../images/downloads_bottom.gif);
	width: 181px;
	height: 7px;
}

#DownloadsMiddle {
	width: 169px;
	padding: 0 5px 4px 5px;
	background-color: #efefef;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
}

#DownloadsMiddle a {
}

.ButtDownload, .ButtDownload:active, .ButtDownload:visited, .ButtDownload:link {
	background-image: url(../images/button_datasheet.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 8px 0px 3px 24px;
	min-height: 16px;
	text-align: left;
	display: block;
	color: #2c2c2c;
	font-style: italic;
	font-size: 11px;
}

.ButtHelp, .ButtHelp:active, .ButtHelp:visited, .ButtHelp:link {
	background-image: url(../images/button_help.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px 0px 0px 24px;
	min-height: 18px;
	text-align: left;
	display: block;
	color: #2c2c2c;
	font-style: italic;
	font-size: 11px;
}

#breadcrumb {
	margin: 20px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	padding: 5px;
	font-size: 11px;
	line-height: 120%;
}

#breadcrumb a {
	font-weight: normal;
}

#searchTerm {
	background-color: #FFFC8B;
	padding: 10px;
	margin-top: 20px;
}

.term {
	background-color: yellow;
}

.noRows {
	font-family: Georgia, "Times New Roman";
	font-size: 16px;
	font-style: italic;
}

.noProduct {
	background-color: #efefef;
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
	padding: 10px;
	font-size: 14px;
	text-align: center
}

#RSLink {
	margin: 0 20px 20px 20px;
	padding: 8px 10px 8px 10px;
}

#RSLink span {
	font-size: 16px;
}

#RSLink p {
	padding: 0 0 15px 0;
	margin: 0;
}

#RSCode {
	padding: 10px;
	margin: 0;
	background-color: #E8E8E8;
	border: 1px dotted #666;
}

.MissionLink {
	margin: 0 0 38px 0;
	display: block;
}

.TwitterLink {
	margin: 8px auto 0 46px;
	display: block;
}

#LeadBox {
	height: 30px;
	padding: 0 0 10px 0;
	clear: both;
}

#LeadBoxLeft {
	color: #2c1a23;
	font-size: 14px;
	font-weight: bold;
	width: 85px;
	padding: 10px 0 0 7px;
	float: left;
}

#LeadBoxRight {
	color: #f82f25;
	font-size: 25px;
	font-weight: bold;
	width: 93px;
	padding: 8px 0 0 4px;
	float: right;
	position: relative;
}

#LeadBoxRight small {
	font-size: 15px;
}

#LeadBoxRight big {
	font-size: 9px;
	display: block;
	position: absolute;
	left: 3px;
	top: 30px;
	color: #333;
	font-weight: normal;
}

#save-basket-ref
{
	padding: 20px;
	margin: 20px;
	font-size: 20px;
	color: #B6242A;
	text-align: center;
}

.FeedbackButt {
	position: fixed;
	display: block;
	top: 450px;
	right: 0;
}


div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;height:28px;width:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer;height:30px;width:30px}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{left:auto;position:static}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;margin:4px 0 0;width:20px}
div.pp_default a.pp_arrow_next{background-position:-82px -3px;left:52px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;position:relative;width:110px}
div.pp_default .pp_nav .currentTextHolder{color:#999;font-family:Georgia;font-size:11px;font-style:italic;left:75px;line-height:25px;margin:0;padding:0 0 0 10px;position:absolute;top:2px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_rounded .pp_description{color:#fff;margin-right:85px}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:75px}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer;height:22px;width:22px}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;overflow:hidden;width:55px}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{display:block;line-height:22px;position:absolute;right:0;text-indent:-10000px;top:0}
.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

#SearchBox2 {
	width: 580px;
	height: 51px;
	background-image: url(../images/searchboxnew.jpg);
	margin: 0 0 10px 0;
}

.Request2 {
	width: 134px;
	height: 51px;
	background: url(../images/searchboxnew_search.jpg);
	border: none;
	float: right;
}

.Query2 {
	border: none;
	font-size: 16px;
	color: #aaaaaa;
	width: 350px;
	padding: 5px;
	margin: 12px 0 0 17px;
}

.OldSearch {
	display: none;
}

.SocialBox {
	position: relative;
	padding: 16px 0 10px 5px;
	text-align: left;
}

.fb-like {
	position: absolute;
	top: -20px;
	left: 62px;
}
