body 
{
	padding:0px;
	margin:0px;
	height:100%;
	width: 100%;
	font-size: 10pt;
	font-family: Arial,Verdana;
	background-color: #CCCCCC;
    background-image: url(../../Media/Images/Layout/background.jpg);
    background-repeat: repeat-y;
    background-position: center top;
	position: relative;
}

h1,
.h1 /* Used to generate the NEWS // ARTICLE TITLE LAYOUT */
{
	color: #000000;
	margin: 0 0 10px 0;
	font-size: 16pt;
	font-weight: normal;
	text-transform: uppercase;
}

h2,
.h2 /* Used to generate the NEWS // ARTICLE TITLE LAYOUT */
{
	color: #EA3037;
	margin: 0px;
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
}

p
{
	margin: 10px 0px;
}

a
{
	color: #EA3037;
	text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

.link_
{
	text-decoration:none;
	border-bottom: dashed 1px black;
}


img
{
	padding:0px;
	border:0px;
}

form
{
	padding:0px;
	margin:0px;
}

/******************** GENERAL ********************/
.headerCell
{
    background-color: #D1D2D4;
    font-weight: bold;
    padding-left: 5px;
}

.dataCell
{
    background-color: #E7E8E9;
}

.required,
.error,
.highlight
{
    font-weight: bold;
    color: #FF0000;
}

.spacer
{
    clear: both; 
    overflow: hidden; 
    height: 0;
}

.featureBox
{
    background-color: #EEEEEE;
    border: Solid 1px #CCCCCC;
    padding: 7px;
    margin: 10px 0;
}

.linkSeparator
{
    margin: 0 15px;
}


/******************** ROUNDED BOX ********************/
.roundedBox .edge
{
    height: 7px;
    font-size: 2px;
    overflow: hidden;
}

.roundedBox .topLeft,
.roundedBox .bottomLeft
{
    width: 7px;
}

.roundedBox .topRight,
.roundedBox .bottomRight
{
	margin-left: 7px;
	margin-top: -7px; 
}

.roundedBox .topLeft
{
}

.roundedBox .topRight
{
    background-position: right 0;
}

.roundedBox .bottomLeft
{
    background-position: 0 -7px;    
}

.roundedBox .bottomRight
{
    background-position: right -7px;
}


/******************** MAIN LAYOUT ********************/
#mainBackground
{
    width: 1010px;
    margin: 0 auto;
    background-image: url(../../Media/Images/Layout/main-background.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}

#mainWebsiteBody
{
	position:relative;
	width:990px;
	margin-left:auto;
	margin-right:auto;	
	border: none;
	background-color:White;	
}

#footerBackground
{
    background-image: url(../../Media/Images/Layout/footer-background.jpg);
    background-repeat: no-repeat;
    width: 1010px;
    margin: 0 auto;
    height: 14px;
}

#pageFooter
{
    font-size: 8pt;
    margin: 0 auto;
    padding: 7px 0 2px;
    clear: both;
    background-color: #FFFFFF;
    width: 990px;
}

#linksFooter
{
    float: left; 
    margin-left: 10px;
    text-align: left;
    width: 30%; 
    display: inline; /* Hack used to fix the IE6 "double margin" problem */
}

#copyrightFooter
{
    float: left;
    width: 35%;
    text-align: center;
}

#ddgFooter 
{
    float: right; 
    margin-right: 10px; 
    text-align: right;
    width: 30%;
    display: inline; /* Hack used to fix the IE6 "double margin" problem */
}

/******************** PAGE LAYOUT ********************/
#header
{
    overflow: hidden;
    background-color: #FFFFFF;
    background-image: url(../../Media/Images/Header/horse.gif);
    background-repeat: no-repeat;
    background-position: 296px 10px;
    height: 126px;
    position: relative;
}

#header .image
{
    position: absolute;
    float: left;
    width: 144px;
    height: 102px;
    top: 12px;
    left: 35px;
}

/********************* SEARCH *********************/
#header .search
{
    float: right;
    position: absolute;
    top: 84px;
    right: 22px;
    color: #FFFFFF;    
    font-weight: bold;
}

#header .search input.searchField
{
    background-color: #D1D2D4;
    border: Solid 1px #000000;
    width: 143px;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
}

/********************* SOCIAL MEDIA ICONS *********************/
#header .socialMediaIcons
{
    position: absolute;
    top: 16px;
    right: 22px;
    width: 201px;
    height: 29px;
}

#header .socialMediaIcons a
{
    float: left;
    height: 29px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
}

#header .socialMediaIcons a:hover
{
    text-decoration: none;
}

#header .socialMediaIcons a.facebook,
#header .socialMediaIcons a.youtube
{
    width: 29px;
}

#header .socialMediaIcons a.facebook
{
    background-image: url(../../Media/Images/Header/facebook.gif);
}

#header .socialMediaIcons a.youtube
{
    margin-left: 10px;
    background-image: url(../../Media/Images/Header/youtube.gif);
}

#header .socialMediaIcons a.huntshootradio
{
    margin-left: 10px;
    width: 123px;
    background-image: url(../../Media/Images/Header/hunt-shoot-radio.gif);
}

#header .socialMediaIcons a.facebook:hover,
#header .socialMediaIcons a.youtube:hover
{
    background-position: 0 -29px;
}

#header .socialMediaIcons a.huntshootradio:hover
{
    background-position: -123px 0;
}

#headerMenu
{
    margin-bottom: 17px;
    display: block;
    height: 28px;
    background-image: url(../../Media/Menus/Header/Images/top.gif);
    background-repeat: repeat-x;
    background-color: #050505;
    border-top: Solid 5px #F81820;
}

#leftColumn
{
    display: none;
}

#middleColumn
{
    padding: 0 25px;
    width: 940px;
    min-height: 600px;
    background-color: #FFFFFF;
}

* html #middleColumn
{
    height: 600px;
}

#rightColumn
{
    display: none;
}

#brandFooter
{
    clear: both;
    display: none;
    height: 58px;
    margin: 0 25px;
    padding: 3px 0 0 3px;
    background-image: url(../../Media/Images/BrandFooter/background.gif);
    background-repeat: repeat-x;
}

#brandFooter .brand
{
    width: 154px;
    height: 55px;
    margin: 0 2px 0 0;
    color: #FFFFFF;
    text-align: center;
    background-image: url(../../Media/Images/BrandFooter/brand-background.jpg);
    background-repeat: repeat-x;
}

/******************** HOMEPAGE LAYOUT ********************/
table#homeLayoutTable
{
    padding: 0; 
    margin: 0 0 8px 0;
}

table#homeLayoutTable tr
{
    vertical-align: top;
}

table#homeLayoutTable .rotatorArea
{
    border: Solid 1px #9C9C9E; 
    width: 682px; 
    height: 274px; 
    margin-right: 9px;
    /* background-image: url(../../Media/Images/sunset.jpg);  /* Sunset image used on old version of the site */
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

table#homeLayoutTable .rotator
{
    width: 682px !important; 
    height: 274px !important; 
    background-repeat: no-repeat;
    overflow: hidden;
}
table#homeLayoutTable .rotatorItem
{
    width: 682px !important; 
    height: 274px !important; 
}
table#homeLayoutTable .rotatorItem img
{
    width: 682px !important; 
    height: 274px !important; 
}

table#homeLayoutTable .rotatorArea .nav
{
    position: absolute;
    top: 0;
    right: -41px;
    z-index: 10000;
    width: 21px;
    height: 264px;
    padding-left: 10px;    
    padding-right: 10px;
    padding-top: 10px;
    background-image: url(../../Media/Images/HomepageRotator/nav-background.png);
    overflow: hidden;
}

table#homeLayoutTable .rotatorArea .nav a
{
    float: left;
    height: 21px;
    width: 21px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 4px;
    background-position: 0 0;
    background-repeat: repeat-x;
    background-image: url(../../Media/Images/HomepageRotator/nav-button.jpg);
    background-color: #C5C5C5;
}

table#homeLayoutTable .rotatorArea .nav a.activeSlide
{
    background-image: none;
    background-color: #F81820;
    color: #FFFFFF;
}

table#homeLayoutTable .rotatorArea .nav a.activeSlide:hover
{
    color: #FFFFFF;
}

table#homeLayoutTable .rotatorArea .nav a:hover
{
    color: #F81820;
    text-decoration: none;
}

table#homeLayoutTable td.latestNewsCell
{
    background-color: #6D6E71;
}


/******************** PRODUCTS FOOTER ********************/
#productsTypeFooter
{
    min-height: 168px;
    height: auto;
    background-color: #F81820;
}
* html #productsTypeFooter
{
    height: 168px;
}


#productsTypeFooter .categories
{
    margin: 15px 0 0 17px;
    width: 180px;
    overflow: hidden;
}

#productsTypeFooter .categories .category,
#productsTypeFooter .categories .selected
{
    padding: 0 0 6px 39px;
}

#productsTypeFooter .categories .selected
{
    background-image: url(../../media/images/productfooter/bullet.gif);
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

#productsTypeFooter .categories a
{     
    font-size: 9pt;
    text-decoration: none;
    text-transform: uppercase;  
}

#productsTypeFooter .categories .category a
{
    color: #000000;
}

#productsTypeFooter .categories .selected a,
#productsTypeFooter .categories .category a:hover
{
    color: #FFFFFF;
}


/******************** NEWS RELATED ********************/
#news 
{
    margin: 15px 0;
}

#news .featureProductHeader
{
    background-color: #050505;
    background-image: url(../../Media/Images/FeatureProduct/header.gif);
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 8px 0 0 0;
    height: 21px;
}

#news .date
{
    font-weight: bold;
    margin: 0 0 8px 0;
}

#news .item
{
    margin: 0 0 10px 10px;
    padding: 5px 5px 5px 10px;
    background-color: #F7F7F7;
    border: Solid 1px #EEEEEE;
}

#news .item .headline
{
    margin: 0 0 5px 0;
    font-weight: bold;
}

#news .item .headline a
{
    color: #FF0000;
}

#news .item .image
{
    float: left; 
    margin: 0 5px 5px 0;
    width: 90px;
    overflow: hidden;
}

.article
{
    margin: 0 0 20px 0;
}

.article .date
{
    margin: 10px 0;
    color: #666666;   
}

.article .intro
{
    font-style: italic;
    margin: 0 0 15px 0;
}

.article .body
{
    margin: 0 0 20px 0;
}

.article .attachments
{
    margin: 0 0 20px 0;
    color: #666666;
}

.feature
{
    padding: 9px 13px 0 13px;
}

.feature .image
{
    margin-bottom: 9px;
    text-align: center;
}

.feature .readMore a
{
    font-weight: bold;
    color: #FFFFFF;
}

/******************** PRODUCTS RELATED ********************/
#products
{
    border-top: Solid 1px #FFFFFF;
}

.genericSubCategories 
{
    border-top: Solid 1px #FFFFFF;
    padding-top: 10px;
    padding-left: 10px;
}

.genericSubCategories ul
{
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.genericSubCategories li
{
    font-size: 8pt;
    text-transform: uppercase;
}

#products .marker
{
    text-decoration: none;
    color: #000000;
}

#products .category,
#products .brand,
#products .type,
#products .product
{
    padding-bottom: 15px;
    border-bottom: Solid 1px #FFFFFF;
}

#products .leftColumn
{
    float: left; 
    padding: 10px 15px 0 0; 
    width: 70px;
}

#products .product .leftColumn
{
    float: left;
    padding: 10px 15px 0 0;
    width: 112px;   
}

#products .image
{
    border: Solid 1px #9C9A9A;
}

#products .product .image
{
    text-align: center;
    background-color: #FFFFFF;
}

#products .rightColumn
{
    float: left; 
    margin-top: 24px; 
    width: 450px;
}
.firearmsDetails a.findDealerLink,
.ammunitionDetails a.findDealerLink,
.opticsDetails a.findDealerLink,
.reloadingDetails a.findDealerLink,
#products .rightColumn a.findDealerLink
{
    margin-top: 15px;
    display: block;
    width: 95px;
    height: 19px;
    background: url(../../Media/Images/Products/findDealerLink.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    text-decoration: none;
}
.firearmsDetails a.findDealerLink:hover,
.ammunitionDetails a.findDealerLink:hover,
.opticsDetails a.findDealerLink:hover,
.reloadingDetails a.findDealerLink:hover,
#products .rightColumn a.findDealerLink:hover
{
    background-position: 0 -19px;
    text-decoration: none;
}


#products .product .rightColumn
{
    float: left;
    margin-top: 24px;
    width: 408px;
}

#products .header
{
    text-transform: uppercase;
}

#products .product .header
{
    margin: 0 0 5px 0;
}

#products ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#products li
{
    margin: 3px 0;
    padding: 0;    
}

#products li a
{
    color: #000000;
    padding-left: 25px;
    font-size: 9pt;
    display: block;
    text-transform: uppercase;
    background-image: url(../../Media/Images/marker.jpg);
    background-position: 0 3px;
    background-repeat: no-repeat;
}

#products li a:hover
{
    color: #EA3037;
    text-decoration: none;
    background-image: url(../../Media/Images/marker-hover.jpg);
}

/******************** PRODUCT RELATED ********************/
.firearmsDetails,
.ammunitionDetails,
.opticsDetails,
.reloadingDetails
{
    border-top: Solid 1px #FFFFFF;
}

.firearmsDetails .header,
.ammunitionDetails .header,
.opticsDetails .header,
.reloadingDetails .header
{
    text-transform: uppercase; 
    font-size: 9pt; 
    padding-top: 10px; 
    margin: 0 0 20px 0;
}

.genericHeader
{
    border-top: Solid 1px #FFFFFF;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
    font-size: 9pt;
    text-transform: uppercase;
}

.firearmsDetails .image,
.ammunitionDetails .image,
.opticsDetails .image,
.reloadingDetails .image
{
    border: Solid 1px #9C9A9A; 
    margin: 0 0 20px 0;
    background-color: #FFFFFF;
    overflow: hidden;
}

.ammunitionDetails .image
{
    text-align: center; 
    padding: 5px 0;
}

.firearmsDetails .content,
.reloadingDetails .content
{
    margin-bottom: 25px;
}

#specifications 
{
    border: Solid 2px #FF0000; 
    background-color: #FFFFFF; 
    padding: 10px 20px 13px 20px;
    font-size: 8pt;
}

#specifications .dataTable td
{
    border-bottom: Solid 1px #000000;
}

/******************** LATEST NEWS RELATED ********************/
#latestNews
{
	width: 247px;
	height: 274px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 9pt;
}

#latestNews a.header
{
	display: block;
	background-color: #050505;
	background-image: url(../../Media/Images/News/header.gif);
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 8px 0 0 0;
	height: 21px;
}

#latestNews a.header:hover
{
	text-decoration: none;
}

#latestNews .feature
{
	padding-bottom: 13px;
	background-color: #ADADAD;
	border: Solid 1px #6D6E71;
	border-bottom: none;
	background-image: url(../../Media/Images/News/latestNews-background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #000000;
}

#latestNews .feature a
{
    color: #000000;
}

#latestNews .feature .image
{
	width: 175px;
	height: 90px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#latestNews .feature .truncate
{
	height: 56px;
	overflow: hidden;
	line-height: 14px;
}
#latestNews .feature .truncate .readMore
{
    display: block;
}
/*NEW NEWS PANEL (NOV 2010)*/
#latestNews .feature
{
    height: 139px;
    overflow: hidden;
}
#latestNews .newsItem
{
    margin-top: 2px;
    padding-top: 2px;
    border-top: 1px solid #6D6E71;
    font-size: 11px;
}
* html #latestNews .newsItem
{
}

#latestNews .newsItemFirst
{
    border: 0;
    margin: 0;
    padding: 0;
}
#latestNews .newsItem .date
{
    font-size: 11px;
}
#latestNews .newsItem .heading a
{
    color: #EA3037;
    font-size: 13px;
    font-weight: bold;    
}
#latestNews .newsItem .truncate
{
    height: auto;
    line-height: 12px;
    padding-top: 1px;
    padding-bottom: 1px;
}
/*END NEW NEWS PANEL*/
#latestNews .subfooter
{
    background: url(../../Media/Images/News/subscribeFooterBg.gif);
    background-repeat: no-repeat;
    height: 84px;
    border-left: 1px solid #6D6E71;
    border-right: 1px solid #6D6E71;
    text-align: left;
    position: relative;
}
#latestNews .subfooter .header
{
    width: 245px;
    text-align: left;
    padding-left: 15px;
    padding-top: 22px;
    background: none;
}
#latestNews .subfooter .logo
{
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
    height: 80px;
}
#latestNews .subfooter .subscribe
{
	width: 130px;
	display: block;
	height: 28px;
	margin-left: 5px;
	margin-right: auto;
	margin-top: 8px;
	float: left;
}
* html #latestNews .subfooter .subscribe
{
    margin-left: 2px;
}
/*
#latestNews .subscribe
{
	width: 235px;
	display: block;
	background: #050505 url(../../Media/Images/News/subscribe.gif) repeat-x;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
}
*/
#latestNews .subscribe a
{
	display: block;
	color: #000000;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	line-height: 28px;
}

#latestNews .subscribe a:hover
{
	color: #f81820;
	text-decoration: underline;
}

/******************** SEARCH RELATED ********************/
.typeDescription
{
    font-size: 8pt;
    color: #666666;
    margin: 0 0 3px 0;
}

/******************** FEATURE PRODUCT RELATED ********************/
.featureProduct
{
    background-color: #D1D2D4;
}

.featureProduct .header
{
    text-align: center; 
    text-transform: uppercase; 
    padding: 13px 0 9px 0; 
    font-size: 11pt;
}

/******************** BRAND DETAILS RELATED ********************/
#brandDetails .header
{
    text-transform: uppercase; 
    font-size: 13pt; 
    margin-bottom: 5px;
}

#brandDetails .category
{
    background-color: #EFEFEF; 
    padding: 10px;
    border: Solid 1px #D1D2D4; 
    margin-bottom: 20px;
}

#brandDetails .subCategory
{
    text-transform: uppercase;
}

#brandDetails .category ul
{
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 0;
}

#brandDetails .category li
{
    font-size: 8pt; 
    text-transform: uppercase;
}

/******************** RIGHT MENU RELATED ********************/
#rightMenu
{
    font-size: 9pt;
    margin: 0 0 25px 10px;
}

#rightMenu .section
{
    margin: 0 0 15px 0;   
}

#rightMenu .section .header,
#rightMenu .section .header a
{
    color: #EA3037;
    text-transform: uppercase;
}

#rightMenu .section a
{
    display: block;
    margin-top: 5px;
    color: #000000;
    text-transform: uppercase;
}

/******************** GENERIC RELATED ********************/
.form .buttons
{
    margin-top: 10px;
    margin-bottom: 10px;
}

/******************** CONTACT US RELATED ********************/
.contactUsHeader
{
    width: 600px;
}

.contactUsForm
{
    margin: 10px 0 10px 0;
}

.contactUsFooter
{
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #FF0000;
}

/******************** WINCHESTER CLUB RELATED ********************/
#subscribe
{
	clear: both;
	margin-top: 10px;
	background: none;
}

#subscribeNewsletter
{
	font-family: Arial,Verdana;
	background: #d1d2d4;
	width: 560px;
	margin-top: 5px;
}

#subscribeNewsletter .row
{
	overflow: hidden;
}

#subscribeNewsletter .headingColumn
{
	width: 200px;
	text-align: right;
	color: #000000;
	padding-left: 20px;
	padding-top: 2px;
}

#subscribeNewsletter .headingColumn, .dataColumn, .fullColumn
{
	float: left;
	min-height: 30px;
	border: solid 1px #FFFFFF;
}

* html #subscribeNewsletter .headingColumn, .dataColumn
{
	height: 30px;
}

#subscribeNewsletter .dataColumn
{
	width: 325px;
	padding-left: 10px;
	padding-top: 2px;
}

#subscribeNewsletter .dataColumn .required
{
	color: #FF0000;
}

#subscribeNewsletter .fullColumn
{
	width: 558px;
	padding-top: 2px;
}

#unsubscribeNewsletter
{
	font-family: Arial,Verdana;
	background: #d1d2d4;
	width: 560px;
	margin-top: 5px;
}

#unsubscribeNewsletter .row
{
	overflow: hidden;
}

#unsubscribeNewsletter .headingColumn
{
	width: 200px;
	text-align: right;
	color: #000000;
	padding-left: 20px;
	padding-top: 2px;
}

#unsubscribeNewsletter .headingColumn, .dataColumn
{
	float: left;
	min-height: 30px;
	border: solid 1px #FFFFFF;
}

* html #unsubscribeNewsletter .headingColumn, .dataColumn
{
	height: 30px;
}

#unsubscribeNewsletter .dataColumn
{
	width: 325px;
	padding-left: 10px;
	padding-top: 2px;
}

/******************** COACHING CLINIC RELATED ********************/
.coachingClinic .featureBox
{
    width: 500px;
}

table.coachingClinicForm
{
    margin-bottom: 10px;
}

table.coachingClinicForm td.headerCell
{
    width: 200px;
}

table.coachingClinicForm td.dataCell
{
    width: 350px;
}

table.subscribeToWinchesterClub td.checkBoxCell
{
    width: 30px;
}

table.subscribeToWinchesterClub td.descriptionCell
{
    font-size: 11px;
}


/************************ SEARCH RESULTS ************************/
#didYouMeanSuggestion
{
    margin: 10px 0 15px 0;
}

#didYouMeanSuggestion table td.heading
{
    width: 150px;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
}

#searchResults
{
    margin: 15px 0;
}

#searchResults .resultsHeading
{
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 10px 0;
}

#searchResults .hit
{
    padding: 10px 0;
    border-bottom: Solid 1px #CCCCCC;
}

#searchResults .hit .highlight
{
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    margin: 4px 0;
}

#searchResults .hit .titleLink 
{
	font-weight: bold;
	color: #EA3037;
}

#searchResults .hit .typeDescription
{
	color: #666666;
	font-size: 11px;
	margin: 3px 0;
}

#searchResults .hit a.pageUrl
{
    font-size: 11px;
}

/************************ LOCATIONS ************************/
.locations a.back,
.location a.back
{
    padding: 0 0 0 16px;
    font-family: Arial;
    font-size: 12px;
    background-image: url(../../Media/Images/back-arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    margin-top: 25px;
    margin-bottom: 15px;
    float: left;
}

.locations
{
    margin: 25px 0 0 0;
}

.locations h1
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #F81820;
    margin-bottom: 15px;
}

.locations table.details
{
    border-collapse: collapse;
    table-layout: fixed;
    display: block;
}

.locations table.details td
{
    border-bottom: Solid 1px #F81820;
    font-size: 12px;
    line-height: 12px;
    padding: 9px 0 8px 0;
}

.locations table.details td.nameCell { width: 273px; padding-left: 14px; }
.locations table.details td.addressCell { width: 396px; padding-left: 5px; }
.locations table.details td.phoneCell { width: 135px; padding-left: 5px; }
.locations table.details td.linkCell { width: 93px; padding-left: 5px; padding-right: 14px; }

.locations table.details td.nameCell a
{
    font-weight: bold;
    color: #000000;
}

.location
{
    margin: 25px 0 0 0;
    overflow: hidden;
}

.location .details
{
    width: 350px;
    float: left;
    margin: 0 28px 0 0;
    font-size: 12px;
}

.location .details h2
{
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 15px 0;
    color: #F81820;
    text-transform: none;
}

.location .details .address
{
    font-family: Arial;
    font-size: 14px;
}

.location .details table.info
{
    margin: 10px 0 0 0;
}

.location .details table.info td
{
    font-size: 12px;
    line-height: 1;
    padding: 3px 0;
}

.location .details table.info td.titleCell
{
    width: 70px;
}

.location .details table.info td.contentCell
{

}

.location .details .summary
{
    margin: 15px 0 0 0;
}

.location .map
{
    width: 560px;
    float: left;
}

.location .map .mapContainer
{
    border: Solid 1px #000000;
}

