/* Base definitions */
a,
a:link,
a:visited {
	color: rgb(32, 53, 97);
	text-decoration: none;
}
a:active {
	color: rgb(194, 214, 239);
}
a:hover {
	color: rgb(52, 108, 178);
	text-decoration: underline;
}
body {
	border: none;
	background: rgb(153, 169, 193) url(Images/page_bg.gif) repeat-x;
	color: rgb(0, 0, 0);
	font: 11px normal Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-weight: normal;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
}
img {
	border: none !important;
}
li {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
#wrapper {
	margin: 16px auto;
	width: 970px;
}
#header {
	border-bottom: 1px solid rgb(0, 0, 0);
	height: 55px;
}
#header img {
	float: left;
	height: 47px;
	width: 183px;
}
#header ul {
	float: right;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin-top: 33px;
	text-align: right;
	width: 325px;
}
#header ul li {
	display: inline;
	padding-left: 60px;
}
#header ul a {
	color: rgb(51, 51, 51);
}
#maincontent {
	min-height: 300px;
}
#footer {
	border-top: 1px solid rgb(0, 0, 0);
	color: rgb(102, 102, 102);
	font-size: 10px;
	padding-top: 3px;
	text-align: right;
}
a.arrowLink {
	background: url(Images/arrow_b_lt.gif) no-repeat left 2px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 12px;
}
/* End Base definitions */
/* Shared content definitions */
#maincontent {
	width: 970px;
}
#maincontent #primary {
	float: left;
	width: 610px;
}
#maincontent #sidebar {
	border-left: 1px dotted rgb(51, 51, 51);
	float: right;
	margin-top: 25px;
	width: 359px;
}
.scrollingTextBox {
	background-color: rgb(219, 226, 234);
	border: 1px solid rgb(204, 204, 204);
	height: 75px;
	overflow-x: hidden;
	overflow-y: auto;
	overflow: auto;
	padding: 0 10px;
}
a.arrowbtn {
	outline: none;
}
a:hover.arrowbtn {
	outline: none;
}
a:active.arrowbtn {
	outline: none;
}
a.arrowbtn img {
	background: url(Images/arrow_btns_bg.gif) no-repeat left top;
	height: 26px;
	outline: none;
	overflow: hidden;
	width: 39px;
}
a:active.arrowbtn img.left {
	background-position: left -26px;
}
a.arrowbtn img.right {
	background-position: -39px top;
	width: 38px;
}
a:active.arrowbtn img.right {
	background-position: -39px -26px;
}
.pocketClosetLogo {
	margin: 0 auto;
	height: 25px;
	width: 270px;
}
.pcDemoScreen {
	float: right;
	height: 208px;
	margin: 22px 120px 0 0;
	width: 97px;
}
.pcPromoBox {
	border-top: 1px dotted rgb(153, 153, 153);
	padding-top: 15px;
	margin-top: 20px;
	width: 530px;
}
.pcPromoBox h1 {
	font-size: 14px;
	font-weight: bold;
}
.pcPromoBox p {
	margin: 12px 0;
}
/* End Shared content definitions */
/* PC Share Page definitions */
#pcShareText {
	float: left;
	margin: 25px 0 25px 28px;
	width: 270px;
}
#pcShareText h1 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0em;
	margin: 20px 0;
}
#pcShareText h2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}
#pcShareText .scrollingTextBox {
	margin-bottom: 30px;
}
#pcShareText .scrollingTextBox p {
	margin: 8px 0;
}
#pcPhotoGridWrap {
	background-color: rgb(219, 226, 234);
	border-top: 4px solid rgb(0, 0, 0);
	padding: 15px 0 15px 25px;
	width: 555px;
}
#pcPhotoGridWrap table {
	border-collapse: collapse;
	width: 530px;
}
#pcPhotoGridWrap table td {
	font-size: 18px;
	padding: 20px 0 20px 25px;
	vertical-align: top;
}
#pcPhotoGridWrap table img {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
	margin: 0 auto;
	padding: 3px;
}
/* End PC Share Page definitions */
/* PC Promo Page definitions */
#pcPromoText {
	float: left;
	margin: 25px 0 25px 28px;
	width: 270px;
}
#pcPromoText h1 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.0em;
	margin: 20px 0;
}
#pcPromoText img.headline3 {
	margin: 20px 0;
}
#pcPromoText h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
#pcPromoText p {
	margin: 12px 0;
}
#pcPromoText li {
	margin: 6px 0;
}
#pcPromoText .scrollingTextBox {
	margin-bottom: 30px;
}
#pcPromoText .scrollingTextBox p {
	margin: 8px 0;
}
#pcPhotoGridWrap {
	background-color: rgb(219, 226, 234);
	border-top: 4px solid rgb(0, 0, 0);
	padding: 15px 0 15px 25px;
	width: 555px;
}
#pcPhotoGridWrap table {
	border-collapse: collapse;
	width: 530px;
}
#pcPhotoGridWrap table td {
	font-size: 18px;
	padding: 20px 0 20px 25px;
	vertical-align: top;
}
#pcPhotoGridWrap table img {
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(0, 0, 0);
	margin: 0 auto;
	padding: 3px;
}
#pcPhotoGridWrap p {
	margin: 12px 0;
}
#pcPhotoGridWrap h1 {
    font-size: 18px;
    font-weight: bold;
	margin: 25px 18px 0 0;
}
img.screenshot {
	display: none;
	float: left;
	height: 480px;
	margin: 0 25px 25px 0;
	width: 320px;
}
/* End PC Promo Page definitions */