/* Global Reset */
* {
    margin: 0;
    padding: 0;
}


/* General */
body {
    font-family: Arial, Helvetica, sans-serif;
    height: 100%;
    color: #444444;
}
input, select {
    font-size: 11px;
}
input {
    padding: 2px;
}
p {
    line-height: 1.3;
    margin-bottom: 15px;
}
a {
    color: #606060;
    font-weight: normal;
    text-decoration: underline;
}
a:hover {
    color: #2f2f2f;
}
h2 {
    margin: 0 0 0 0;
    color: #2f2f2f;
}
h3 {
    color: #606060;
    font-size: 1.4em;
    margin-bottom: 6px;
}
h4 {
    font-size: 1.1em;
    margin-bottom: 4px;
}
h7 {
    font-size: .6em;
}
img, img a {
    border: 0;
}
ul, ol {
    margin: 0 0 10px 30px;
}
li {
    margin: 0;
    margin-bottom: 2px;
    padding: 0;
}
blockquote {
    margin-left: 28px;
}
select option {
    padding: 0 10px;
}
hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    border:0;
}











.post{
	padding: 10px 10px 10px 10px;
	margin: 20px 10PX 15px 10px;
	background: #E2E2E2;
	border-bottom: 1px solid #A3A3A3;
	border-top: 1px solid #A3A3A3;
	border-left: 1px solid #A3A3A3;
	border-right: 1px solid #A3A3A3;
}

.post h2{
	font-size: 16px;
	color: #000;
	
}
.post h2 a:link, a:visited{
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	line-height: 15px;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	margin: 8px 0 0 0;
	font-size: 12px;
}

.entry a:link{
	text-decoration: underline;
	color: #113F72;
}
.entry a:visited{
	text-decoration: none;
	color: #113F72;
}
.entry a:hover{
	text-decoration: none;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 8px 0 0 0;
	font-size: 10px;
	text-align: right;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

















/* Forms */
.HorizontalFormContainer dl, .VerticalFormContainer dl {
    margin: 0;
}
.HorizontalFormContainer dt img {
    vertical-align: middle;
    float: left;
}

.HorizontalFormContainer dt .fieldLabel {
    float:left;
    padding-top: 4px;
    padding-left: 4px;
}

.HorizontalFormContainer dt {
    width: 160px;
    float: left;
    clear: left;
}
.HorizontalFormContainer dd.ProductField {
    height: 20px;
}

.HorizontalFormContainer dd {
    padding-top:4px;
    margin-left: 170px;
}
.NarrowFormContainer dt {
    width: 110px;
}
.NarrowFormContainer dd {
    margin-left: 120px;
}
.HorizontalFormContainer p.Submit {
    margin-left: 170px;
}
.NarrowFormContainer p.Submit {
    margin-left: 120px;
}
.VerticalFormContainer dt {
    margin-bottom: 6px;
}
.VerticalFormContainer dd {
    margin-bottom: 6px;
    margin-left: 10px;
}


/* Page Container */
#Container {
    width: 980px;
    margin: auto;
	background-color: #000000;

}


/* Top Navigational Menu */
#TopMenu {
    width: 980px;
    height: 44px;
    margin: 8px 0 0 0;
    overflow: hidden;
    background: #777777;
    border: 0px solid #777777;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;


}




#TopMenu .TopMenuLogo {
    margin: 8px 0 0 15px;
    overflow: hidden;
    float: left;
}

#TopMenu ul {
    float: right;
    list-style: none;
    margin: 0 0 0 0;
    color: #222222;
    text-shadow: 0px 1px #fff;
    list-style-type: none;
	font-size: 0.9em;
}

#TopMenu a:link, #TopMenu a:visited {
    color: #222222;
    font-weight: bold;
}
    
#TopMenu li {
    list-style: none;
    float: left;
    font-size: 1.1em;
}

#TopMenu li a, #TopMenu li div {
    display: block;
    text-decoration: none;
    font-size: 0.85em;
    padding: 0 10px 0 5px;
    color: #ffffff;
    style: bold;
}


#TopMenu .TopMenuLinks {
    width: 880px;
    overflow: hidden;
    float: right;
}

#TopMenu li div a {
    padding: 0;
    margin: 0;
    display: inline;
    font-size: 1em;
}

#TopMenu li a:hover {
    text-decoration: none;
    text-shadow: 0px -1px #222222;
}


#TopMenu li div {
    color: #fff;
}


#TopMenu li.HeaderShop a {
    font-size: 1em;
    list-style: none;
    overflow: hidden;
    padding: 12px 10px 30px 10px;
    overflow: hidden;
}

#TopMenu li.HeaderShop a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}



#TopMenu li.HeaderBlog a {
    font-size: 1em;
    list-style: none;
    overflow: hidden;
    padding: 12px 10px 30px 10px;
    overflow: hidden;
}

#TopMenu li.HeaderBlog a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}



#TopMenu li.HeaderInfo a {
    font-size: 1em;
    list-style: none;
    overflow: hidden;
    padding: 12px 10px 30px 10px;
    overflow: hidden;
}

#TopMenu li.HeaderInfo a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}




#TopMenu li.HeaderContact a {
    font-size: 1em;
    list-style: none;
    overflow: hidden;
    padding: 12px 10px 30px 10px;
    overflow: hidden;
}

#TopMenu li.HeaderContact a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}

#TopMenu li.First a {
    list-style: none;
    overflow: hidden;
    padding: 14px 10px 30px 10px;
    overflow: hidden;
}
#TopMenu li.First a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}

#TopMenu li.CartLink a {
    list-style: none;
    overflow: hidden;
    padding: 14px 10px 30px 10px;
    margin: 0 10px 0 0;
}
#TopMenu li.CartLink a:hover {
    text-decoration: none;
    overflow: hidden;
    color: #fff;
    background: url('http://www.goodietwosleeves.com/elements/header/topmenu02.jpg');
}



#TopMenu li.HeaderBullet {
    margin: 10px 5px 0 5px;
}




/* Pages Menu */
#Menu {
    clear: both;
    float: left;
    height: 40px;
    width: 980px;
    display: inline;
}
#Menu ul {
    margin: 0 0 0 15px;
    padding: 0;
}
#Menu li {
    float: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#Menu li.First a {
    background-image: none;
}
#Menu li a {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px 15px 5px 15px;
    height: 20px;
    background: url(../../SkateSurf/images/gray/MenuDivider.gif) 0 50% no-repeat;
    color: #fff;
}
#Menu li a:hover {
    color: #ffea00;
}
#Menu li ul {
    width: auto;
    position: absolute;
    clear: left;
    top: 30px;
    left: 0;
    display: none;
    text-align: left;
    font-size: 1.1em;
    background: transparent;
    z-index: 1;
    margin: 0;
}
#Menu li ul li {
    clear: both;
    text-align: left;
    background: transparent;
}
#Menu li ul li a {
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    width: 120px;
    height: auto;
    background-image: none;
    background-color: #2f2f2f;
}
#Menu li ul li a:hover {
}
#Menu li:hover a, #Menu li.over a{
}
#Menu li ul li a, #Menu li.over li a {
    text-decoration: none !important;
}
#Menu li:hover ul, #Menu li.over ul {
    display: block;
}
/* Holly Hack. IE Requirement */
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */


/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
    background-color: #ffffff;
}
#Wrapper {
    width: 980px;
    padding: 0 0 0 0;
    margin: 0;
	background-color: #ffffff;

}

#Logo h1 {
    color: #fff;
}
#Logo h1 a {
    color: #fff;
}


/* Header */
#Header {
    width: 980px;
    height: 240px;
    clear: both;
    float: left;
    padding: 0;
    margin: 0;
    display: inline;
    <-- background: url('http://www.goodietwosleeves.com/elements/header/header00.jpg'); -->

}


/* Logo */
#Logo {
    float: left;
    width: 350px;
    height: 200px;
    display: inline;
    padding-left: 10px;
    background: url('http://www.goodietwosleeves.com/elements/header/logo00.png') no-repeat;
    overflow: hidden;
    margin: -6px 0 0 0;
}






/* Top Search Form */
#SearchForm {
    float: left;
    margin: 0 0 0 0;
    padding: 10px 0 0 10px;
    background-image: none;
}
#SearchForm form {
}
#SearchForm label {
    display: none;
    color: #fff;
}
#SearchForm input {
    width: 120px;
    height: 15px;
    font-size: 0.6em;
    padding: 2px 3px 2px 3px;
    border: 0px solid #777777;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #777777;
}



#SearchForm input.Textbox:hover {
    border-color: #64acd8;
    border-width: 1px;
    margin: -1px 0 0 -1px;
}
#SearchForm input.Textbox:focus {
    border-color: #64acd8;
    border-width: 1px;
    color: #111111;
    margin: -1px 0 0 -1px;
}

 


#SearchForm .Button {
    float: right;
    margin: -3px 0 0 0;
    width: 35px;
    height: 25px;
    padding: 0;
    margin-left: 3px;
    background: transparent;
    vertical-align: top;
    border: 0;
}
#SearchForm p {
    font-size: 0.6em;
    margin: 5px 0 0 0;
    color: #9a9a9a;
}
#SearchForm a {
    text-decoration: none;
    color: #9a9a9a;
}
#SearchForm a:hover {
    text-decoration: underline;
}


/* Left Content Area */



.Left #SideCategoryList {
    <-- background: url(../../SkateSurf/images/gray/BgCatList.gif) 0 0 repeat-y; -->
    padding: 0 0 0 0;
    background: #224272;
    background: url(http://www.goodietwosleeves.com/elements/header/sidemenu02.png) repeat-x #224272;
    border: 0px solid #224272;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.Left #SideCategoryList h2 {
    color: #ffea00;
    <-- background: url(../../SkateSurf/images/gray/BgCatListH2.gif) 5px 100% no-repeat; -->
}
.Left #SideCategoryList a {
    color: #fff;
}
.Left #SideCategoryList a:hover {
    color: #dadada;
}



.Left {
    float: left;
    width: 180px;
    margin: 0 10px 0 10px;
    display: inline;
}
.Left .BlockContent {
    margin: 0 10px 0 10px;
}
.Left h2 {
    font-size: 1.3em;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 1.1em;
}
.Left ul {
    margin: 0;
    padding: 0;
}
.Left li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 3px 0;
}
.Left li {
}
.Left li a {
    text-decoration: none;
}
.Left li a:hover {
    text-decoration: underline;
}

#SideCategoryList li{
    padding: 3px 0 2px 0;
}
#SideCategoryList li a{
    font-size: 1.1em;
    font-weight: bold;
}
#SideCategoryList li a:hover {
    text-decoration: none;
}
#SideCategoryList li ul {
    padding-left: 10px;
}

#SideShopByBrand li{
    padding: 3px 0 2px 0;
}
#SideShopByBrand li a{
    font-size: 1.1em;
    font-weight: bold;
}
#SideShopByBrand li a:hover {
    text-decoration: none;
}


/* Primary Content Area */
.Content {
    float: left;
    width: 580px;
    margin: 0;
    padding: 0 0 26px 0;
}
.Content .Block {
    clear: both;
}
.Block {
    margin-top: 0;
    margin-bottom: 10px;
}
/* Primary Content Area (column span of 2) */
.Content.Wide {
    width: 600px;
}
.Content.Wide.WideWithLeft {
    width: 760px;
    margin: 0 0 0 10px;
    display: inline;
}
/* Primary Content Area (column span of 3 - spans entire page width) */
.Content.Widest {
    width: 600px;
    margin: 0 0 0 10px;
    display: inline;
}


/* Right Content Area */
.Right {
    float: right;
    width: 180px;
    margin: 0 10px 0 10px;
    display: inline;
}
.Right .BlockContent {
    margin: 0 10px 0 10px;
}
.Right h2 {
    font-size: 1.3em;
    padding: 0 0 10px 10px;
    margin: 0;
}
.Right ul {
    margin: 0;
    padding: 0;
}
.Right li {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 3px 0;
}
.Right li a {
    text-decoration: none;
}
.Right li a:hover {
    text-decoration: underline;
}


/* Page Footer */
#Footer {
    clear: both;
    font-size: 0.85em;
    text-align: center;
    float: right;
    width: 800px;
    height: 60px;
    margin: 5px 0 0 0;
    padding: 10px 0 0 0;
    <-- background: url(../../SkateSurf/images/gray/BgFooter.gif) 0 0 no-repeat; -->
}
.FooterInfo {
    float: left;
    color: #777777;
}
.FooterLinks {
    float: right;
    color: #777777;
	vertical-align: bottom;
}

.FooterHR {
    margin: 30px 0 0 0;
    width: 800px;
    height: 1px;
    color: #777777;
}
.FooterCopyright {
    float: left;
    color: #777777;
}

/* Social Networking Links */
#SideSocial{
    margin: 0px;
    padding: 0px;
    width: 180px;
    height: 57px;
}

#SideSocial li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: left;
    display: inline;
    list-style-type: none;
}







/* Newsletter Subscription Form */
.NewsletterSubscription {
    clear: both;
}
.NewsletterSubscription label {
    clear: both;
    float: left;
    font-size: 0.9em;
}

.NewsletterSubscription input {
    border: 1px solid #dadada;
}

.NewsletterSubscription input.Textbox {
    width: 150px;
    font-size: 0.9em;
    padding: 3px;
    margin-bottom: 5px;
    background: #f2f2f2;
    border: 1px solid #777777;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #777777;
}



.NewsletterSubscription input.Textbox:hover {
    border-color: #64acd8;
    border-width: 1px;
}

.NewsletterSubscription input.Textbox:focus {
    border-color: #64acd8;
    border-width: 1px;
    color: #111111;
}


.NewsletterSubscription .Button {
    margin: -3px 0 0 -5px;
    border: 0;
    vertical-align: middle;
}


/* Product Listings */



.ProductList strong, .ProductList strong a {
    color: #2f2f2f;
}
.ProductPrice, .ProductList em {
    color: #cc2128;
    font-size: 1.0em;
}
.ProductList .Rating {
    color: #9a9a9a;
}





.ProductList {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Content .ProductList, .Content .ProductList li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.Content .ProductList li {
    list-style: none;
    float: left;
    width: 130px;
    min-height: 16em;
    font-size: 1em;
    text-align: center;
    overflow: hidden;
    margin: 5px 0 0 0;

}
.Content .ProductList .ProductImage {
    width: 180px;
    height: 180px;
    text-align: center;
    display: table-cell;
    overflow: hidden;
    vertical-align:middle;
}
.Content .ProductList .ProductImage img {
    vertical-align:middle;
}

.Content .ProductList .ProductDetails {
    margin:0 26px 0 0;
}

.ProductList a {
    text-decoration: none;
}
.ProductList a:hover {
    text-decoration: underline;
}
.ProductList em {
    margin-top: 3px;
    display: block;
}

.Left .ProductList li, .Right .ProductList li {
    margin-bottom: 10px;
}
.Left .ProductList .ProductImage, .Right .ProductList .ProductImage {
    display: none;
}
.Left .ProductList .ProductImage img, .Right .ProductList .ProductImage img {
    max-width:130px;
}


/* Top Seller Block Specific */
.Right .TopSellers {
    clear: both;
    padding: 0 0 10px 0;
}
.Right .TopSellers ul {
    margin: 0;
    padding: 0;
}
.Right .TopSellers li {
    clear: both;
    margin: 0 0 5px 0;
}
.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
    float: left;
    width: 22px;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    padding: 1px 0 2px 0;
}
.Right .TopSellers .ProductDetails { /* Contains the details of the item */
    margin: 0;
    margin-left: 0px;
}
.Right .TopSellers li.TopSeller1 { /* No1 seller box */
}
.Right .TopSellers li.TopSeller1 img {
    display: none;
}
.Right .TopSellers li.TopSeller1 .TopSellerNumber {
}
.Right .TopSellers li.TopSeller1 .ProductDetails {
}
.Right .TopSellers li.TopSeller1 .ProductImage {
    display: none;
}
.Content .TopSellers li.TopSeller1 .TopSellerNumber, .Content .TopSellers li .TopSellerNumber {
    display: none;
}


/* Page Breadcrumbs */
.Breadcrumb ul, .Breadcrumb li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.Breadcrumb {
    border-bottom: 1px solid #dadada;
    font-size: 0.9em;
    padding-bottom: 4px;
}
.Breadcrumb li {
    padding-left: 6px;
    display: inline;
}
.Breadcrumb li a {
    padding-right: 10px;
    background: url('../../SkateSurf/images/BreadcrumbSep.gif') no-repeat right;
}
.FindByCategory ul, .FindByCategory li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.FindByCategory li {
    padding-left: 12px;
    background: url('../../SkateSurf/images/BreadcrumbSep.gif') no-repeat 3px 5px;
    padding-right: 8px;
    display: inline;
}


/* Miscellaneous Definitions */
.Meta {
    color: #444;
    font-size: 0.93em;
}
.Left .FeedLink, .Right .FeedLink {
    float: left;
    margin: 0 7px 0 0;
}
.Content .FeedLink {
    float: left;
    margin: 5px 4px 0 0;
}
.FloatRight {
    float: right;
}
.FloatLeft {
    float: left;
}
.ClearRight {
    clear: right;
}
.ClearLeft {
    clear: left;
}
.SortBox {
    font-size: 0.95em;
    color: #444;
}
.CompareButton {
    clear: both;
    text-align: right;
    margin-top: 12px;
    padding: 4px;
}

.Clear {
    clear: both;
}

.Field45 {
    width: 45px;
}

.Field100 {
    width: 100px;
}

.Field150 {
    width: 150px;
}

.Field200 {
    width: 200px;
}

.Field250 {
    width: 250px;
}

.Field300 {
    width: 300px;
}

.Field350 {
    width: 350px;
}

.Field400 {
    width: 400px;
}

.MB10 { margin-bottom:10px; }
.MT0 { margin-top:0px; }
.LH140 { line-height:140%; }
.PLRB5 { padding:0px 5px 5px 5px; }
.PLR10 { padding:0px 10px 0px 10px; }
.PL20 { padding:0px 0px 0px 20px; }
.PL40 { padding:0px 0px 0px 40px; }
.ML20 { margin:0px 0px 0px 20px; }
.MT10 { margin-top:10px; }
.PL10 { padding-left:10px; }
.PB2 { padding-bottom:2px; }
.NoMarginBottom { margin-bottom: 0; }

.Required {
    color: red;
    font-weight: bold;
}

.InfoMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}

.SuccessMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;

}

.ErrorMessage {
    padding: 8px 6px 8px 28px;
    margin-bottom: 10px;
}/************* Page Specific: Create Account / Login Page *************/
.CreateAccount {
    border-right: 1px solid #dadada;
    float: left;
    width: 45%;
    padding-right: 1%;
}

.AccountLogin {
    float: left;
    padding-left: 1%;
    width: 45%;
}

ul.ShippingAddressList, ul.ShippingAddressList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.ShippingAddressList li {
    width: 30%;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
}
.PrimaryProductDetails .ProductThumb {
    float: left;
    width: 190px;
    text-align: center;
}

.PrimaryProductDetails .ProductMain {
    float: left;
    width: 340px;
}

.PrimaryProductDetails h2{
    border: 0;
}
.PrimaryProductDetails .ProductThumb p a {
    font-weight: bold;
}

.ProductDescription, .ProductReviews, .ProductsByCategory, .ProductOtherDetails {
    margin-top: 20px;
}

.PrimaryProductDetails .ProductMain {
    float: left;
}

.PrimaryProductDetails dl {
    font-size: 0.90em;
}

.ProductDescriptionContainer {
    line-height: 1.5;
}

.PrimaryProductDetails dt {
    font-weight: bold;
    width: 80px;
    clear: left;
}

.PrimaryProductDetails dd {
    margin-left: 90px;
}

.Right hr {
    margin: 5px 0 0;
}

.Content h3 {
    margin-bottom: 5px;
}

.ComparisonCheckbox {
    float: left;
}

.SideRecentlyViewed .ProductList li {
    margin-left: 0;
}

.SideRecentlyViewed .ProductDetails {
    margin-left: 0px;
}

/* Product Comparisons */
.ComparisonTable { width: 100%; }
.ComparisonTable td { vertical-align:top; font-size: 11px }
.CompareFieldName { width:95px; padding:8px 10px 8px 15px; }
.CompareFieldTop { padding:5px; text-align:center; }
.CompareFieldTop a { text-decoration:none; font-size:10px; }
.CompareFieldTop a:hover { text-decoration:underline; }
.CompareLeft { padding:5px 10px 5px 10px; }
.CompareCenter { text-align:center; padding:5px; }
.CompareRating { text-align:center; padding-top:8px; vertical-align:middle; }
.CompareProductOption { margin-left:20px; padding-left:5px; }

.Availability { color:gray; }
.LittleNote { color:gray; font-size: 0.85em; }

.ViewCartLink {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-left: 10px;
}

/* General Tables */
table.General,
table.CartContents, table.General {
    width: 100%;
    margin: 10px 0;
    border: 1px solid #dadada;
}

table.General thead tr th,
table.CartContents thead tr th {
    padding: 6px 10px;
    text-align: left;
    background: #30302E;
    color: #FFEA13;
    border-bottom: 1px solid #dadada;
}

table.General tbody td,
table.CartContents tbody td {
    padding: 6px 10px;
    vertical-align: top;
}
table.General tbody tr td {
    border-top: 1px solid #dadada;
}

table.General tbody tr.First td {
    border-top: 0;
}

/* Cart Contents Table */

.CartContents tbody td {
    border-bottom: 0;
}
.CartContents .ProductName a {
    font-weight: bold;
}

.CartContents tfoot .SubTotal td {
    text-align: right;
    font-weight: bold;
    border-top: 1px solid #dadada;
    color: #606060;
}

.ProceedToCheckout {
    text-align: right;
}

.ProceedToCheckout a {
    padding-top: 5px;
}

.ProductOptionList, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList {
    margin-top: 5px;
}
.ProductOptionList li {
    margin-bottom: 3px;
    margin-left: 2px;
}

.ProductOptionList input {
    vertical-align: middle;

}

.MiniCart h3 {
    font-size: 1.2em;
}
.MiniCart .SubTotal {
    text-align: center;
    font-size: 115%;
}

.JustAddedProduct {
    width: 128px;
    overflow: hidden;
    margin: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

.JustAddedProduct strong, .JustAddedProduct a {
    font-weight: bold;
    font-size: 1.02em;
    display: block;
    margin-bottom: 3px;
}

.CategoryPagination .PagingList, .CategoryPagination .PagingList li {
    list-style: none;
    padding: 0;
    margin: 0;
    
}
.CategoryPagination {
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    color: #606060;
    background: #e2e2e2;

}
.CategoryPagination .PagingList li {
    display: inline;
    padding: 0 5px;

}

/* Quick Search */
.QuickSearch { margin: 0; padding: 0; text-align: left; border-collapse: collapse; background: #fff; border: 1px solid #dadada; }
.QuickSearchTitle td, .QuickSearchAllResults td { font-weight: bold; padding: 4px; font-size: 11px; }
.QuickSearchResult td { font-size: 12px; padding:8px 0px 8px 8px; cursor: pointer; }
.QuickSearchResultImage { margin-left: 4px; margin-right: 10px; text-align: center; }
.QuickSearchResultNoImage { padding-top: 10px; color: #777; }
.QuickSearchResultName { text-decoration: none; display: block;  padding-bottom: 5px; }
.QuickSearchResult .Price { font-weight: bold; font-size: 12px; padding-right: 5px; color: #cc2128; }
.QuickSearchHover td{ background: #fffcd8; }
.QuickSearchHover a { text-decoration: underline; }
.QuickSearchAllResults { text-indent: -7000px; }
.QuickSearchAllResults a { text-decoration: underline; height: 25px; display: block; }
.QuickSearchAllResults a:active, .QuickSearchAllResults a { outline: none; -moz-outline-style: none; }

/* Brand Tag Clouds */
.BrandCloud .smallest { font-size:12px; }
.BrandCloud .small { font-size:15px; }
.BrandCloud .medium { font-size:18px; }
.BrandCloud .large { font-size:20px; }
.BrandCloud .largest { font-size:26px; }
.BrandCloud a { padding-right: 5px; }
.DownloadExpires { padding-top: 3px; font-style: italic; color: gray; }
.DownloadExpiresToday { color: red; }

.CheckoutRedeemCoupon h4 { margin-top: 0; }
.CheckoutRedeemCoupon p { margin-top: 10px; margin-bottom: 0;}

.BillingDetails {
    float: left;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 15px;
}

.ShippingDetails {
    float: left;
    width: 48%;
    margin-bottom: 15px;
    

}.ProductDetailsGrid dt {
    width: 180px;
    margin-bottom: 6px;
    float: left;
    font-weight: bold;
}


.ProductDetailsGrid dd {
    margin-left: 140px;
    margin-bottom: 6px;
}

.SubCategoryList {
    padding: 4px;
}

.SubCategoryList ul, .SubCategoryList li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../SkateSurf/images/SubCategory.gif') no-repeat 3px 1px;
}

.SearchTips .Examples {
    padding: 8px;
    color: #555;
    margin-left: 30px;
    margin-bottom: 10px;
    background: #fffcd8;
}
hr {
    background: #dadada;
    border: #dadada;
}
.Right hr {
    background: transparent;
    border: 0;
}
.MiniCart .SubTotal {
    color: #2f2f2f;
}

.ToggleSearchFormLink {
    margin-right: 10px;
}

.ProductDetails .ProductThumb p {
    margin-top: 10px;
    font-size: 0.9em;
}


.ProductReviewList {
    clear: both;
}

.SortBox select {
    font-size: 0.9em;
}

 .SortBox option {
    color: #444;
}

.YourAccount li {
    margin-bottom: 8px;
}

.SoldOut {
    color: #999;
}

.RemoveFromWishlistForm {
    margin: 5px;
}


.ShippingProviderList {
    list-style: none;
}

.GoogleCheckout p,
.PayPalExpressCheckout p,
.AlternativeCheckout p {
    margin: 0;
    font-size: 90%;
}

.GoogleCheckout,
.PayPalExpressCheckout,
.AlternativeCheckout {
    text-align: center;
    margin-bottom: 10px;
    clear:both;
}

.KeepShopping {
    width: 180px;
    clear: both;
    text-align: right;
}

/** Top Right Locale Chooser (list of flags) **/
#TopMenu li.Flag {
}

#TopMenu li.Flag div {
    border: 0;
}

#TopMenu li.Flag img {
    margin: 3px;
}

#TopMenu li.Flag img.Last {
    margin-right: 0px;
}

#TopMenu li.Flag img.Selected {
    border: 2px solid #ffffaa;
    margin: 1px 3px;
}

/** Currency Selector **/
.CurrencyList dl {
    margin: 0;
    padding: 0;
}

.CurrencyList dd {
    padding: 0px;
    margin: 0px;
    border: 1px solid #dadada;
    background-color: #F9F9F9;
    clear: both;
}

.CurrencyList a {
    padding: 0 3px 0 5px;
    display: block;
    line-height: 1.8;
    text-decoration: none;
    font-size: 11px;
}

.CurrencyList a.Sel {
    background-color: #FFFFAA;
}

.CurrencyList a:hover .Text {
    text-decoration: underline;
}

.CurrencyList a .Flag {
    margin-top: 4px;
    display: block;
    float: left;
    width: 24px;
    padding-right: 2px;
    vertical-align: middle;
}

.CurrencyList a .Text {
    display: block;
    padding-left: 24px;
}

.PrimaryProductDetails .YouSave {
    font-weight: bold;
    margin-top: 3px;
    display: block;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: normal;
    width: 320px;
    padding: 7px;
    float: right;
}

.EstimateShipping dt {
    width: 100px;
    float: left;
    margin-bottom: 8px;
    clear: left;
}

.EstimateShipping dd {
    margin-bottom: 8px;
    font-weight: normal;
    text-align: left;
    margin-left: 114px;
}

.EstimateShipping p.Submit {
    margin-top: 10px;
    margin-bottom: 3px;
}

.EstimateShipping label {
    display: block;
    margin-bottom: 5px;
}

.EstimatedShippingMethods {
    text-align: left;
}

.EstimatedShippingMethods table {
    width: 100%;
    border-collapse: collapse;
}

.EstimatedShippingMethods .VendorShipping {
    margin-left: 20px;
    margin-bottom: 10px;
}

.EstimatedShippingMethods .Submit {
    text-align: right;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td {
    text-align: left;
}

.CartContents tfoot .SubTotal .EstimatedShippingMethods tbody td.Price {
    text-align: right;
}
    <link rel="shortcut icon" href="%%GLOBAL_ShopPath%%/favicon.ico" />

.SharePublicWishList {
    background-color:seashell;
    padding:5px;
    border:1px solid lightgray;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
    position: relative;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 14px;
    background: #2f2f2f;
    color: #fff;
}

.ExpressCheckoutBlock h3 a {
    font-size: 12px;
}

.ExpressCheckoutBlock {
    padding-top: 6px;
}

.ExpressCheckoutBlock .ExpressCheckoutCompletedContent {
    display: none;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    display: inline;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutContent {
    display: none;
}
.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
    background: #fffcd8;
    color: #606060;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
    color: #9a9a9a;
}

a.ChangeLink {
    position: absolute;
    right: 15px;
}

.ExpressCheckoutBlock a.ChangeLink {
    display: none;
}

.ExpressCheckoutBlockCompleted a.ChangeLink {
    display: inline;
}

.ExpressCheckoutCompletedContent {
    position: absolute;
    left: 250px;
}

.LoadingIndicator {
    margin-left: 10px;
}

.LoadingIndicator img {
    vertical-align: middle;
    margin-right: 10px;
}

#TopMenu li.HeaderLiveChat {
}

.HeaderLiveChat img {
    vertical-align: middle;
}

#ProductOtherDetails .ProductDetailsGrid {
    margin-left: 25px;
}.SubCategoryListGrid {
    padding: 4px;
}

.SubCategoryListGrid ul, .SubCategoryListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubCategoryListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubCategoryListGrid ol {
    clear: both;
}
.SubBrandList {
    padding: 4px;
}

.SubBrandList ul, .SubBrandList li {
    list-style: none;
    margin-left: 0;
}

.SubBrandList li {
    margin-bottom: 4px;
    padding-left: 25px;
    background: url('../../SkateSurf/images/SubBrand.gif') no-repeat 3px 1px;
}

.SubBrandListGrid {
    padding: 4px;
}

.SubBrandListGrid ul, .SubBrandListGrid li {
    list-style: none;
    margin-left: 0;
}

.SubBrandListGrid li {
    margin-bottom: 4px;
    padding: 10px;
    margin-left: 10px;
    background: #fff;
    float: left;
    text-align: center;
}

.SubBrandListGrid ol {
    clear: both;
}

.ProductAddToCart dt {
    float: left;
    font-weight: bold;
    width: 140px;
    margin-bottom: 4px;
}

.ProductAddToCart dd {
    margin-left: 140px;
    margin-bottom: 4px;
}



.ProductAddToCart dt div.Required, #CartEditProductFieldsForm dt div.Required{
    width: 8px;
}

.ProductAddToCart input.Textbox, #CartEditProductFieldsForm input.Textbox{
    width:181px;
}

.ProductAddToCart textarea, #CartEditProductFieldsForm textarea{
    width:183px;
    height: 50px;
}

.CartContents .CartProductFieldsLink {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../SkateSurf/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
}

.ProductFields dd {
    margin-bottom: 4px;
}

.ProductFields {
    margin-bottom: 15px;
}

.ProductFields input.Textbox {
    width:100%;
}

.ProductFields TextArea {
    width:100%;
}

.CartContents .CartProductFieldsRow {
    border-top: 0;
}

.CartContents .CartProductFieldsRow dl {
    margin-top:15px;
}

p.QuantityInput, p.AddCartButton {
    text-align: center;
}

.ProductAddToCart dt.QuantityInput {
    margin-top: 4px;
}

.ProductAddToCart dd.AddCartButton span {
    margin-top: 4px;
    padding-right: 5px;
}
.ProductActionAdd {
    display: block;
    margin-top: 5px;
}

.ProductActionAdd a, .ProductActionAdd strong a {
    text-decoration: underline;
    color: #606060;
}

.ProductActionAdd a:hover, .ProductActionAdd strong a:hover {
    color: #2f2f2f;
}

.TagList {
    margin-top: 20px;
}

.CartThumb {
    text-align: center;
    width: 1px;
}

.WrappingOptions {
    font-size: 11px;
    color: #666;
    margin-top: 6px;
    padding-left: 22px;
    background: url('../../SkateSurf/images/GiftWrappingAvailable.gif') no-repeat;
    padding-bottom: 4px;
    line-height: 1.6;
}

.ViewAllLink a {
    padding-top: 10px;
    display: block;
}

.SelectGiftWrapMultiple {
    max-height: 400px;
}


.Content .ProductList.List li {
    margin: 0;
    margin-top: 6px;
    display: block;
    width: auto;
    float: none;
    padding: 6px;
    min-height: 0;
    height: 132px;
    background-image: none;
}

.Content .ProductList.List .ProductImage {
    margin: 0 !important;
    padding: 0px;
    margin-right: 15px;
    float: left;
    background-image: none;
    width: 120px;
    height: 120px;
}

.Content .ProductList.List .ProductDetails {
    height: auto;
    display: block;
    clear: none;
    padding: 0px;
    padding-left: 5px;
    margin: 0px;
    margin-left: 135px;
    text-align: left;
    background-image: none;
}

.Content .ProductList.List .ProductQty {
    margin-left: 10px;
}

.Content .ProductList.List .ProductDescription {
    font-style: italic;
    margin-top: 5px;
}

.Content .ProductList .ProductRightCol {
    float: right;
}

.Content .ProductList.List li .ProductCompareButton {
    text-align: left;
    margin-top: 10px;
}



/* Tabbed Navigation */
.TabNav, .TabNav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.TabNav {
    font-size: 11px;
    margin-bottom: 10px;
    padding: 6px 4px 6px 4px;
    border-bottom: 1px solid #dadada;
}

.TabNav li {
    display: inline;
}

.TabNav li a {
    border: 1px solid #dadada;
    background: #fffcd8;
    color: #606060;
    position: relative;
    top: 2px;
    font-size: 12px;
    padding: 4px 8px;
    margin-right: 6px;
    margin-top: 3px;
    text-decoration: none;
}

.TabNav li a:hover {
    background-color: #dadada;
    text-decoration: none;
}

.TabNav li.Active a {
    margin-top: 0px;
    padding-top: 7px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    background: #2f2f2f;
    color: #fff;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount {
    display: inline-block;
    float: left;
    margin: 0 0 100px 100px;
}
.BulkDiscount {
    display: inline-block;
    float: left;
    margin: -4px 0 0 0;
}

.ProductAddToCart dd.AddCartButton div.BulkDiscount div.BulkDiscountLink {
    padding-left: 4px;
}

#VendorLogo .BlockContent, #VendorPhoto .BlockContent {
    margin: 0;
    text-align: center;
}
/* Custom Fields - End */

/* Product Details */
.ProductDetailsGrid .DetailRow {
    clear: left;
    margin-top: 6px;
    padding-left: 80px;
}

.ProductDetailsGrid .Label {
    margin: 0 0 6px -140px;
    float: left;
    width: 130px;
    font-weight: bold;
    padding-top: 1px;
    display: inline;
    position: relative;
    text-align: right;
}

.ProductDetailsGrid .Value {
    display: inline;
}

.ProductDetailsGrid .Label .Required {
    position: absolute;
    left: -1em;
}

.ProductOptionList ul, .ProductOptionList li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ProductOptionList li {
    margin-bottom: 3px;
}

.ProductOptionList input {
    vertical-align: middle;
}


/** Search All Form Result - Start **/
.SearchPaging {
    float: right;
    font-size: 0.95em;
}

.SearchSorting {
    float: right;
    font-size: 0.95em;
    margin: 8px 0px;
}

.SearchSorting select {
    font-size: 0.95em;
}

#SearchResultsCategoryAndBrand {
    margin: 5px;
    padding: 5px;
}

.ContentList em, .QuickSearchResultMeta em {
    font-size: 0.8em;
}

/** Search All Form Result - End **/

/** AJAX loading box - Start **/

#AjaxLoading {
    display: none;
    text-align: center;
    background: #FCF5AA;
    width: 180px;
    z-index: 10000000000;
    padding: 5px 10px;
}

#AjaxLoading img {
    vertical-align: bottom;
    margin-right: 5px;
}

/** AJAX loading box - End **/



/** product image gallary**/

#ProductDetails #ImageScrollPrev,
#ProductDetails #ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:16px;
    cursor:pointer;
    display: none;
}

#ProductDetails .ProductTinyImageList {
    float: left;
    margin-top:10px;
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
    margin-left:auto;
}

#ProductDetails .ProductTinyImageList ul li {
    width: 40px;
    height: 30px;
    overflow: hidden;
    float: left;
    margin-left:3px;
    border: 1px solid gray;

}

#ProductDetails .ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}

#ProductDetails .ProductTinyImageList ul li #TinyOuterDiv {
    border: 2px solid white;
}

#ProductDetails .ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
    width: 2500px;
}

#ProductDetails .ProductThumbImage {
    height: 220px;
    width: 220px;
    overflow: hidden;
    margin:auto;
}

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
    width: 180px;
}
/** Product image gallary end **/

/* Product Videos */

#FeaturedVideo, #VideoList, #VideoSingle  {
    float: left;
}

#VideoList {
    padding-left: 5px;
}

.VideoSeparator {
    clear: both;
}

.videoRow {
    clear: both;
    margin-bottom: 4px;
    display: block;
    height: 75px;
}

.previewImageContainer {
    height: 30px;
    width: 50px;
}

.videoRow img {
    float: left;
    padding-right: 5px;
}

.videoRowTitle {
    font-weight: bold;
}

.videoRowDescription {
    max-height: 50px;
    overflow:hidden;
}

.VideoOverlay {
    background-image: url('../images/VideoOverlay.png');
    background-position: center center;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.VideoContentContainer {
    position: relative;
    margin-left: 3px;
    padding-left: 92px;
}

/** If you change the width of the .VideoPreviewSize class below, change the padding-left of the .VideoContentContainer class above **/

.VideoPreviewSize {
    width: 92px;
    height: 69px;
}

.videoRowLength {
    padding-left: 4px;
}

.videoRow, .videoRowTitle, .videoRow img, .videoRowLength {
    cursor: pointer;
}

#VideoList ul {
    position: relative;
    overflow-y: auto;
    padding:0;
    margin: 0;
    width: 240px;
    height: 265px;
}

#VideoSingle {
    padding-left: 10px;
    width:240px;
}

#VideoContainer {
    padding: 5px 0 5px 5px;
    height: 265px;
}

.HideElement {
    display: none;
}



.VideoSingleTitle {
    font-weight: bold;
}

.VideoSingleDescription {
    padding-top: 10px;
    overflow-y: auto;
    height: 220px;
    padding-right:5px;
}

.Left #VideoMiddleContainer, .Right #VideoMiddleContainer {
    display: none;
}

.Content #VideoSideContainer {
    display: none;
}

#VideoSideContainer ul {
    text-align: center;
}

#VideoSideContainer ul li {
    margin-bottom: 5px;
}

.VideoSideDescription {
    padding: 2px 10px;
}

.VideoImageContainer {
    position: relative;
    float: left;
}



/*--Main Container--*/
.main_view {
    float: left;
    position: relative;
    margin: -8px 0 0 0;

}
/*--Window/Masking Styles--*/
.window {
    height:200px;    width: 600px;
    overflow: hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
    float: right;

}
.image_reel {
    position: absolute;
    top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
    position: absolute;
    bottom: 25px; right: -6px;
    width: 179px; height:47px;
    z-index: 50; /*--Assures the paging stays on the top layer--*/
    text-align: center;
    line-height: 57px;
    background: url(http://www.goodietwosleeves.com/elements/header/slider/paging_bg.png) no-repeat;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
    padding: 5px;
    text-decoration: none;
    color: #fff;
}
.paging a.active {
    font-weight: bold;
    background: #930707;
    border: 1px solid #560000;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.paging a:hover {
    font-weight: bold;
    color: #fff;
}




/* Category flyout styles (structural) */

/* Menu containers */
#SideCategoryList .sf-menu,
#SideCategoryList .sf-menu ul,
#SideCategoryList .sf-menu li {
    width: 160px; /* the width must be fixed to the use of floats */
}

/* Menu links */
#SideCategoryList .sf-menu a {
    padding: 5px 10px 5px 10px;
    width: 140px; /* this + paddings must equal the root width above for hovers to work */
}

/* Child override: menu containers */
#SideCategoryList .sf-menu ul {
    left: 160px;
}

/* Child override: menu links */
#SideCategoryList .sf-menu ul a {
    padding: 5px 10px 5px 10px;
    font-size: 0.9em;
    width: 140px; /* this + paddings must equal the child width above for hovers to work */
}

/* End: category flyout styles */

/* Category flyout styles (theme) */

/* Child menu items, does not include the always-showing root level */
#SideCategoryList .sf-menu li ul li {
}

/* Root menu item when expanded */
#SideCategoryList .sf-menu .sfHover a,
/* Child menu item links */
#SideCategoryList .sf-menu li ul a {
    background-color: #000000;
}

/* Parent menu items of a child being hovered (not including root-level items) */
#SideCategoryList .sf-menu li ul li:hover > a,
/* Child menu item while hovering */
#SideCategoryList .sf-menu li ul a:focus,
#SideCategoryList .sf-menu li ul a:hover,
#SideCategoryList .sf-menu li ul a:active {
    text-decoration: underline;
}

/* End: category flyout styles */







ul.topnav { 
	width: 180px;  
    font-size: 0.9em;  
}  
ul.topnav li {  
	font-size: 0.9em;
	width: 160px;
    margin: 0;  
    padding: 0 0 0 0;  
    position: relative; /*--Declare X and Y axis base for sub navigation--*/  
}  
ul.topnav li a{  
    padding: 10px 5px;  
    color: #121212;  
    float: left;  
}  
ul.topnav li a:hover{  
      
}  
ul.topnav li span { /*--Drop down trigger styles--*/  
   width: 17px;  
   height: 35px;  
   float: left;  
   background: url(subnav_btn.gif) no-repeat center top;  
}  
ul.topnav li span.subhover {background-position: center bottombottom; cursor: pointer;} /*--Hover effect for trigger--*/  
ul.topnav li ul.subnav {  
     list-style: none;  
      position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
    left: 0; top: 35px;  
     background: #333;  
   margin: 0; padding: 0;  
    display: none;  
    float: left;  
    width: 160px;  
     border: 1px solid #111;  
}  
ul.subnav li{  
    margin: 0; padding: 0;  
    border-top: 1px solid #252525; /*--Create bevel effect--*/  
    border-bottom: 1px solid #444; /*--Create bevel effect--*/  
    clear: both;  
    width: 160px;  
}  
html ul.topnav li ul.subnav li a {  
    float: right;  
    width: 160px;  
    padding-left: 20px;  
}  
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
     
}  

