body {
	padding: 0px;
	margin: 0px;
	background: #ffffff;
}


h1.pagehed, #pagehed {
	height: auto;
	margin: 0px 0px 0px 0px;
    padding: 12px;
    color:#C7B299;
    background: #79a4c1;
}

h1.pagehed, #pagehed {
	font-size: 1.8em;
	line-height: 1em;
	font-weight: bold;
    font-style: italic;
	letter-spacing: -1px;
	color: black;
    margin:10px 0px 5px 0px;
}
.sidemargin h1.pagehed, .sidemargin #pagehed
{
    border-bottom: none;
    text-align: center;
}
.clear {
	clear: both;
}

.cleft {
	clear: left;
}

.cright {
	clear: right;
}

input {
	padding: 0px;
	margin: 0px;
}

form {
	padding: 0px;
	margin: 0px;
}

#wrapper {
	width: 940px;
	overflow: visible;
	margin: 0px auto;
	padding: 0px;
    border: 2px solid black;
}

#top {
	width: 940px;
	padding: 0px;
    border-bottom: 1px solid #686868;
}
#top #leatherBanner
{
    background: url(../images/headbg.png) no-repeat;
    width: 940px;
    height: 156px;
    position: relative;
}
#top #leatherBanner .DogCarLeft,
#top #leatherBanner .DogCarRight
{
    position: absolute;
    width: 196px;
    height: 94px;
    margin: 25px;
}
#top #leatherBanner .DogCarLeft
{
    background: url(../images/leftCar.png);
    left: 0px;
}
#top #leatherBanner .DogCarRight
{
    background: url(../images/rightCar.png);
    right: 0px;
}
#top #leatherBanner .BannerTitleMiddle
{
        text-align: center;
    width: 100%;
    float:left;
    margin-top: 20px;
}
#top #leatherBanner .BannerTitleMiddle h1
{
    font-size: 8em;
    line-height: 1em;
    font-weight: normal;
    color: black;
    font-family: "ImpactMT Shadow";
    text-shadow: 1px -1px 0px rgb(200, 200, 200);
}
#top #leatherBanner .BannerTitleMiddle h2
{
    font-size: 1.8em;
    text-shadow: 1px -1px 0px rgb(200,200,200);
    margin-top: 0px;
    font-weight: bold;
    color: black;
}

#logo {
	width: 331px;
	height: 134px;
	margin: 28px 0px 0px 32px;
	background: url(../images/prolinx.png) top left no-repeat;
	float: left;
    position: relative;
    z-index: 100;
}

#teltop {
	width: 194px;
	height: 24px;
	background: url(../images/teltop.png) top left no-repeat;
	float: right;
	margin: 14px 0px 18px 0px;
}

#navbar {
	width: 940px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: black;
	float: right;
}
#navbar .TelephoneNav
{
    color: white;
    float: right;
    font-size: 1.5em;
    margin: 5px;
}

#navbar > ul
{
    float: left;
}
#container {
    float: left;
	width: 940px;

	padding: 0px 00px 0px 0px;
    border-top: 1px solid #474747;
    background:white;
}

#container h1 {
	margin: 20px 0px 10px 0px;
}

#content {
	width: 600px;
	margin: 0px;
	float: left;
	padding: 0px;
	line-height: 22px;
}

.sidemargin {
}
/*
#footer {
	width: ?px;
    height: ?px;
    background: url(../images/foot.jpg) top left no-repeat;
    padding: 0px;
    margin: 25px auto 0px auto;
}*/

#footext {
	width: ?px;
    padding: 0px;
    margin: 0px auto;
	color: #000000;
	text-align: center;
	line-height: 18px;
}

#container .sidemargin h1 {

}

/* News Margin */

#newsbox {
	width: 200px;
}

.newsitem {
	margin: 5px 0px;
	list-style: none;
	padding: 10px 8px;
	border-bottom: 1px dotted #333333;
}
.quick-news-list .newsitem:first-of-type
{
    margin-top: 0px;
}
.quick-news-list .newsitem:last-of-type
{
    border-bottom: none;
}

.newsrow {
	margin: 0px 0px 20px 0px;
}

.newshead {
	background: #666666;
	height: 36px;
	line-height: 36px;
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
	padding-left: 10px;
	margin: 0px 0px 15px 0px;
}
.news-header-info {
	float: right;
    margin-top: 10px;
}

.newstext {
	padding: 0px 0px 0px 12px;
}

/* Shopping Cart */

#cartbox {
	width: 185px;
    overflow:visible;
	float: right;
	margin:  0px;
	padding: 0px;
    padding-bottom: 2px;
	background-position: 26px 20px;
    position: relative;
    color: white;
}
#cartbox .cart-header
{
    padding-top: 0px;
    height: 26px;
}
#cartbox .cart-header a
{
    display: block;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 5px 10px 5px 10px;
}
#cartbox .cart-content
{
    width: 300px;
    overflow: auto;
    background: #79a4c1;
    float: right;
    z-index: 1000;
    position: relative;
    border: 1px solid black;
    border-top: none;
    padding-bottom: 5px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0px 5px 15px #404040;
}
#cartbox .cart-content .cart-content-title
{
    font-size: 1.3em;
    text-align: center;
    font-weight: bold;
    color: black;
    padding: 5px;
}
#cartbox .cart-content a
{
    text-decoration: none;
    color: #603813;
}

#cartbox .cart-content .cart-item
{
    border-top: 1px dotted white;
    padding: 3px 8px;
}
#cartbox .cart-content .cart-item:last-of-type
{
    border-bottom: 1px dotted white;
}
#cart-items {
	color: #99ffff;
	text-align: center;
	margin-top: 80px;
}

#cart-viewcheck {
	color: white;
	text-align: center;
	margin-top: 6px;
}


#cartbox .cart-content a:hover,
#cart-viewcheck a:hover{
	color: yellow;
	text-decoration: underline;
}

.cartsep {
	color: #666666;
}

body > .topbackground > #wrapper > footer,
.AdminWrapper > .ContentPane > #wrapper  > footer{
    clear: both;
	width: 100%;
	line-height: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
	overflow: auto;
	background: #000000;
	text-align: center;
	margin: 30px auto 0px auto;
    color:white;
}

footer .ContactInfo
{
    width: 250px;
    text-align:left;
    float: left;
    padding: 0px 40px;
}
footer .ContactInfo a

{

}
.BottomMenu
{
    width: 250px;
    padding: 0px 20px;
    overflow: auto;
}


.TickerBoxWrapper
{
    width: 758px;
    height: 115px;
    clear: both;
    margin: 25px auto 25px auto;
    padding: 0px;
    overflow: hidden;
    box-shadow: 3px 3px 10px #444;
    position: relative;

}
.TickerBoxWrapper a.TickerLink
{
    width: 758px;
    height: 115px;
    display: block;
    margin:0px;
    padding:0px;
    color: #fff;
    text-decoration: none;
    position: absolute;

}
.TickerBoxWrapper a.TickerLink header
{
    width: 758px;
    height:115px;
    font-weight: bold;
    font-size: 2.5em;
    font-style: italic;
}
.TickerBoxWrapper a.TickerLink header span
{
    display:block;
    padding: 85px 0px 0px 20px;
    color:black;
}


#news-margin {
	width: 250px;
	float: right;
}

#filter-margin {
	width: 180px;
	float: right;
}

#news-margin-hed {
	background: black;
	height: 44px;
}

a.news-margin {
	display: block;
	height: 39px;
	padding: 9px 0px 0px 20px;
	color: #f2f2f2;
	text-decoration: none;
    background-color: #333333;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

a.news-margin:hover {
    background-color: #666666;
	color: #ffffff;
}

a.news-margin-item {
	padding: 12px;
	color: white;
	text-decoration: none;
}

.news-margin-date {
	margin-top: 2px;
}

#news-margin-foot {
}

.news-content {
	width: 500px;
	float: left;
}

.StackContainer .news-item .news-detail
{
    width: 476px;
}
.news-item {
    margin-bottom: 0px;
}
.news-item:hover
{

}

.news-datebox {
	width: 100px;
	height: 70px;
	float: left;
    padding-top: 10px;
	margin: 15px 0px 0px;
    background: #79a4c1;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

}

.news-header {
	height: 32px;
    line-height: 33px;
	border-bottom: 1px solid #333333;
	margin-bottom: 20px;
}
.news-footer {
    color: #999;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 5px 0px;
	margin-top: 20px;
    font-size: 0.9em;
}

.news-footer .news-read-more
{
    float: right;
}
.news-footer a
{
    color: #bbb;
    text-decoration:none;
}
.news-footer a:hover
{
    color: #bbb;
    text-decoration:underline;
}

.news-detail {
	width: 489px;
	float: left;
    padding-top: 10px;
    padding-bottom: 10px;
	padding-left: 20px;
    border-left: 1px solid black;
}

.news-title {
}

.news-date {
}

.news-text {
}

.news-pic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.news-filters {
	background: #333333;
	padding: 12px;
}

.news-filter-hed {
	height: 44px;
	line-height: 44px;
}

a.news-filter-cat {
	display: block;
	width: 160px;
	margin: 0px auto 0px auto;
	height: 30px;
	line-height: 30px;
	color: #cccccc;
	text-align: center;
	text-decoration: none;
    background-color: #333333;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

a.news-filter-cat:hover {
	color: #ffffff;
	background: #666666;
}

.news-filters select,
.news-filters input[type=submit]{
	display: block;
	background: gray;
	width: 140px;
	height: 18px;
	line-height: 20px;
	font-size: 13px;
	border: 0px;
	color: #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 10px auto 10px auto;
}
.news-filters input[type=submit]
{
    width: auto;
	height: 20px;
    padding: 0px 5px;
}


#CookieWarning
{
    position: absolute;
    top:0px;
    left: 0px;
    right: 0px;
    background: #3399CC;
    padding: 10px;
    color: white;
    z-index: 900001;
}
#CookieWarning .CookieWarningText
{
    width: 80%;
}
#CookieWarning .CookieWarningButton
{
    padding-top: 10px;
    float:right;
}
#CookieWarning .CookieWarningButton a
{
    padding: 8px 10px 8px 36px;
    background: url('../images/CookieCross.png') 10px 7px no-repeat #006699;
    color: white;
    border: 1px solid #006699;
    border-radius: 4px;
    text-decoration: none;
}
.StackPageColRight
{
    position: relative;
    left:0px;
    margin-right:-1px;
    padding: 0px 15px;
    width: 269px;
    float: right;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.StackPageColLeft
{
    float: left;
    position: relative;
    right:0px;
    margin-left:-1px;
    padding: 0px 15px;
    width: 269px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.h1
{
    float: right;
    width: 220px;
    margin-left: 20px;
}
.StackPageHalfCol
{
    position: relative;
    right: 0px;
    float: left;
    width: 439px;
    padding: 0px 15px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-left: -1px;
}
.StackPageColHalfRight
{
    float:right;
    margin-right: -1px;
    left: 0px;
    width: 440px;
}
.StackPageColMain
{
    float: left;
    width: 610px;
    padding: 0px 15px 0px 15px;
    margin-left: -1px;
    margin-right: -1px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}


em
{
    font-style: italic;
}

ul
{
    list-style: disc;

    margin: 5px 40px;
}
ul li,
ol li
{
    margin: 3px 0px;
}

ol
{
    list-style: decimal;
    margin: 5px 40px;
}

.searchbar {
     width: 322px;
     height: 31px;
     float: right;
    background: #999999 url(../images/search.gif) top right no-repeat;
     margin: 10px 24px 0px 0px;
     -moz-border-radius: 10px;
     border-radius: 10px;
    position: relative;
 }
.searchbar.nobottomborderradius
{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}

#searchfield {
    width: 270px;
    border: 0px;
    height: 27px;
    line-height: 31px;
    color: #ffffff;
    background: #999999;
    margin: 2px 0px 0px 8px;
}
#searchsubmit
{
    display:block;
    float: right;
    width: 29px;
    height: 31px;
    border:0px;
    margin-right: 10px;
    background: #999999 url(../images/search.gif) top right no-repeat;
}

#searchfield::-webkit-input-placeholder
{
    color: white;
    font-style:italic;

}
.searchbar input:-moz-placeholder
{
    color: white;
    font-style:italic;

}
.searchbar input::-moz-placeholder
{
    color: white;
    font-style:italic;

}
.searchbar input:-ms-input-placeholder
{
    color: white;
    font-style:italic;

}
.QuickProductSearch-Box
{
    position: absolute;
    top: 30px;
    background: #999999;
    width: 322px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 199999;
}
.QuickProductSearch-Item
{
    width: 322px;
    overflow: auto;
    border-bottom: 1px dotted #666666;
}
.QuickProductSearch-Item a
{
    display: block;
    padding: 5px;
    color: black;
    font-weight: bold;
}
.QuickProductSearch-Item:last-of-type
{
    border-bottom:none;
}

.QuickProductSearch-Item a .QuickProductSearchPartNo
{
    color: #cc0000;
}
.QuickProductSearch-Item a.selected,
.QuickProductSearch-Item a:HOVER
{
    background: #333;
    color: white;
}

footer .CardLogos
{
    margin: 10px 30px;
    float: right;
    width: 210px;
}
footer .CardLogos .CardLogoItem
{
    float: left;
    width: 70px;
}