/* 
layout.css
ie5win fudge ends 
contains any values related to the overal page layout and width
*/

/* set the overall page width */
#wrapper {
width: 950px;
}

/* set the width and position of the left side menu */
#leftnav {
float: left;
padding: 0px 0px 10px 0px;
margin: 0px;
width: 23%; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 19%;
}
html>body #leftnav {
width: 19%; /* ie5win fudge ends */
}

/* set the width and position of the main content*/
#content {
float: right; /* Opera5.02 will show a space at right when there is no scroll bar */
padding: 0px 10px 10px 10px;
margin: 0px;
width: 81%; /* ie5win fudge begins */
voice-family: "\"}\"";
voice-family:inherit;
width: 77%;
}
html>body #content {
width: 77%; /* ie5win fudge ends */
} /* Opera5.02 shows a 2px gap between. N6.01Win sometimes does. Depends on amount of fill and window size and wind direction. */


/* below are some class that need to be changed if you set the wrapper width to less than 950px */
.left-f {
width: 350px;
}

.right-f {
width: 350px;
}

#pd-right {
width: 350px;
}

#prod-subinfo {
width: 350px;
}

#order-receipt {
width: 700px;
}

#pd-left {
width: 350px;
}

#subcats {
width: 380px;
}

#subcats ul li a{
width: 350px;
}
