﻿/* GENERIC */

/* background color for the content part of the pages */
body {
margin: 0px;
background: #dff0ff;
}

body, th, td {
font: normal 11px Tahoma, Arial, Verdana;
color: #333;
line-height:15px;
}

img {
border:none;
}

#DpContainer {
width: 990px;
}


#DpTopBanner {

}

#DpHeader {
}


A.CartLink:link, A.CartLink:active, A.CartLink:visited {
display:inline-block;
font: bold 11px Tahoma, Arial, Verdana;
color: #333;
text-decoration: none;
}
.CartLink span {
font-weight: normal;
}

A.CartLink:hover {
text-decoration: none;
}

A.CartLink:hover span {
color: #555;
text-decoration: underline;
}

.TabLeft {
background: url(images/tab-left.gif) no-repeat;
width:18px;
height: 29px;
}

.TabTitle {
background: url(images/tab-bg.gif) repeat-x;
}

.TabRight {
background: url(images/tab-right.gif) no-repeat;
width:18px;
}

A.TabLink:link, A.TabLink:active, A.TabLink:visited {
font: bold 11px Tahoma, Arial, Verdana;
color: #f0fcff;
text-decoration: none;
}

A.TabLink:hover {
color: #fff;
text-decoration: underline;
}


A.TextLink:link, A.TextLink:active, A.TextLink:visited {
display: inline-block;
padding: 0 7px;
font: normal 11px Tahoma, Verdana, Arial;
color: #444;
text-decoration: none;
}
A.TextLink:hover {
text-decoration: underline;
}

.TextLinkSep {
font: normal 11px Verdana, Arial;
color: #bbb;
letter-spacing: 3px;
}

.DpContent {
padding: 10px 5px;
vertical-align: top;
height:350px;
}


.DpCategoryList {
width:200px;
border-collapse: collapse;
}


A.CategoryLink:link, A.CategoryLink:active, A.CategoryLink:visited {
display: block;
padding: 0 7px;
font: normal 11px Verdana, Arial;
color: #333;
text-decoration: none;
background: url(images/category-dot.gif) left center no-repeat;
padding: 2px 0 1px 15px;
width:100%;
}
A.CategoryLink:hover {
text-decoration: underline;
}



#MemberPanel {
padding: 8px 0;
font: normal 11px Tahoma, Verdana, Arial; 
color: #333;
}


A.MP-Link:link, A.MP-Link:active, A.MP-Link:visited {
text-decoration: none;
color: #017DC0;
}

A.MP-Link:hover {
text-decoration: underline;
color: #017DC0;
}

.TextSep {
display: inline-block;
border-left: solid 1px #b7d6f3;
margin: 0 10px 0 10px;
}



.SField {
border: none;
width:170px;
font: normal 11px Verdana, Arial, Helvetica;
color: #555;
padding: 3px 0;
height:20px;
background: transparent;
margin-top:1px;
}

