@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/*background-image: url('images/TiledBuddy.png');*/
	}
	
div.budShadowWrapper {
	width: 900px;
	height: 790px;
	margin-left: auto;
	margin-right: auto;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
}

div.budWrapper {
	width: 900px;
	height: 675px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: white;
		}

div.budWrapperCart {
	width: 900px;
	height: 675px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	overflow-y: auto;	
		}
	
div.budHeader {
	width: 900px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
	background: #1f419b;
	display: block;
	background-image: url('images/Header.png');
	
	}
	
	
div.redbox {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: red;
	color: white;
	margin-top: 50px;
	font-size: 18px;
	text-align: center;	
}


div.budHeaderAccent {
	width: 900px;
	height: 30px;
	line-height: 28px;
	margin-left: auto;
	margin-right: auto;

	background: #fff000;
	background-image: url('images/HeaderAccent.png');
	}

div.budHeaderTextbar {
	height: 30px;
	margin-left: 10px;	
	margin-right: 10px;
	display: inline;
	float: right;
}

div.budLogInBox {
	width: 400px;
	height: 175px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	border: 1px solid #000000;
	background: #99ccff;
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	}
	
div.budLogInBoxTopper {
	width: 400px;
	height: 25px;
	line-height: 25px;
	background: #4f91cd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	}

div.budCategories {
	width: 150px;
	height: 100%;
	border-right: 1px solid #000000;
	position: inherit;
	display: inline;
	float: left;
	}
	
div.budCategories span {
	margin: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	margin-left: 10px;
	color: white;
	text-shadow: 1px 1px 0px #000000;
	font-weight: bold;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: circle;
	margin-left: -25px;
}

a {
	text-decoration: none;
	color: black;
	margin-left: 0px;
	}	

div.budCatButton {
	width: 150px;
	height: 25px;
	
	border-bottom: 1px solid #000000;
	display: block;
	line-height: 28px;
	}
	
div.budCatButton:hover {
	background: #33ccff;
	}

div.budSubCatButton {
	width: 150px;
	height: 25px;
	display: block;
	line-height: 23px;
	background: #1f419b;
	border-bottom: 1px solid #000000;
	}

div.budItems {
	width: 548px;
	height: 660px;
	overflow-y: auto;
	float: left;
	display: inline;
	}
	
div.budInfo {
	width: 200px;
	height: 100%;
	float:left;
	display: inline;
	}

div.budStoreBox {
	width: 200px;
	height: 210px;
	background: #cccccc;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
	}
	
div.budCheckoutButton {
	width: 200px;
	height: 30px;
	line-height: 28px;
	background: #1f419b;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom-left-radius: 10px;
	}

div.budItemBox {
	width: 508px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

div.budItemImage {
	width: 150px;
	height: 150px;
	text-align: center;
	display: inline;
	float: left;
	line-height: 150px;
	background: #999999;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
div.budItemInfoWrapper {
	width: 358px;
	height: 150px;
	float: left;
	display: inline;
	margin: 0;
	}
div.budItemNameBar {
	height: 25px;
	width: 358px;
	background: #1f419b;
	line-height: 25px;
	display: block;
	border-top-right-radius: 10px;
	}
	
div.budItemInfo {
	width: 358px;
	height: 100px;
	margin-top: -10px;
	border-bottom-right-radius: 10px;
	display: block;
	}

div.budAddToCart {
	width: 358px;
	height: 25px;
	display: block;
	line-height: 25px;
	
	}

div.budAddButton {
	width: 150px;
	height: 25px;
	background: #1f419b;
	line-height: 25px;
	float: right;
	text-align: center;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	}
	
div.budEmptyCart {
	width: 400px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border-radius: 3px;
	border: 1px solid #000000;
	background: #CCCCCC;
	box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	text-align: center;
	line-height: 75px;
	}
	

	
form#ShoppingCart input[type="submit"] {	
	float: right;
	height: 25px;
	width: 98px;
	background: #1f419b;
	color: white;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #1f419b;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	text-shadow: 1px 1px 0px #000000;
	}
	
	
/* --- Images --- */

img.imgMargin {
	margin: 10px;
	}

img.imgThumbnail {
	max-height: 130px;
	max-width: 130px;
	margin-top: 10px;
	border-radius: 5px;
	}
	
table {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-collapse: collapse;
	border-radius: 5px;
	}



/* --- Text --- */

	
h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: Gill Sans;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	}
	
div.budCategories a {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
div.budCatButton:hover a, div.budCatButton:hover a:visited {
	color: white;
	}
	
div.budCategories a:visited {
	color: black;
	}

div.budCheckoutButton h3 {
	color: white;
	text-align: center;
	text-shadow: 2px 2px 0px #000000;
	}

div.budStoreBox span {
	color: black;
	font-size: 14px;
	margin-left: 10px;
	font-family: Tahoma, sans-serif;
	font-style: italic;
	margin-left: 15px;
	}
	
div.budItemNameBar strong {
	color: white;
	font-size: 12px;
	font-family: Arial;
	margin-left: 10px;
	margin-right: 10px;
	float: right;
	text-shadow: 2px 2px 0px #000000;
	}
	
div.budItemNameBar span {
	color: white;
	font-size: 12px;
	font-family: Arial;
	text-shadow: 2px 2px 0px #000000;
	}
	
div.budItemInfo p {
	font-family: Arial;
	font-size: 12px;
	margin: 10px;

	}
div.budAddButton span {
	font-family: Tahoma, sans-serif;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 0px #000000;
	}
	
div.budCartTopper span {
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0px #000000;
	font-size: 14px;
	}
	
/* --- Log In Page ---*/

label {
	display: block;

	}

form#login input[type="text"], form#login input[type='password'] {
	border: 1px solid #000000;
	box-shadow: inset 0px 0px 3px #333333;
	line-height:25px;
	margin-left: 15px;
	font-size: 14px;
	}
	
textarea {
	resize: none;
	}

form#login strong {
	color: white;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 20px;
	width: 100px;
	float: left;
	text-shadow: 0px 0px 3px #666666;
	}

	
form#login input[type="submit"] {
	width: 100px;
	height: 25px;
	font-family: Tahoma, sans-serif;
	color: white;
	text-shadow: 0px 0px 3px #999999;
	font-size: 12px;
	background: #1f419b;
	border-radius: 3px;
	border: 1px solid #000000;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 15px;
	}
	
/* -- Shopping Cart -- */

div.cartWrapper {
	width: 500px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	}

div.budContinue {
	width: 200px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	}

div.budContinue a {
	color: #0000ff;
	text-decoration: underline;
	font-size: 20px;	
}
	
div.budCartTopper {
	width: 100%;
	height: 25px;
	background: #1f419b;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	}
	
div.budCartTopNmbr {
	width: 30px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	}
div.budCartStockID {
	width: 75px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	}

div.budCartProduct {
	width: 350px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	}

div.budCartQty {
	width: 45px;
	height: 25px;
	float: left;
	line-height: 25px;
	text-align: center;
	}

div.budCartRow {
	width: 500px;
	height: 30px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 30px;
	text-align: center;
	background: #ffffff;
	
}

div.budCartRowCreative {
	width: 500px;
	height: 60px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 25px;
	text-align: center;
	background: #ffffff;
	
}


div.budCartComments {
	width: 500px;
	height: 150px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	line-height: 20px;
	text-align: center;
	background: #ffffff;	
}

div.budCartCell1 {
	width: 30px;
	height: 30px;	
	float: left;
}

div.budCartCell2 {
	width: 75px;
	height: 30px;
	float: left;	
}

div.budCartCell3 {
	width: 349px;
	height: 30px;
	float: left;	
}

div.budCartCell4 {
	width: 44px;
	height: 30px;
	float: left;	
}

div.budCartAddBox {
	height: 30px;
	width: 25px;
	display: block;	
	margin-left: 45px;
	margin-top: -30px;
}

div.budCartFooter {
	width: 100%;
	height: 25px;
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	line-height: 25px;
	}	

div.budCartClearButton {
	float: left;
	height: 25px;
	width: 100px;
	line-height: 25px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #1f419b;
	text-align: center;
	}
	
div.budCartSpacer {
	width: 100%;
	height: 5px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	display: block;

	background: #cccccc;
}

/* Tables */

div.tech {
	width:100%; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center;
}

div.tech a {
	color: #0000ff;
	text-decoration: underline;
}


div.budTableWrapper {
	width: 800px;
	height: 600px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}


table {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border-collapse: collapse;
	border: 1px solid #000000;
}

td {
	padding: 0 5px 0 5px;	
	border: 1px solid #000000;
}

form#PasswordChange strong, form#AddressChange strong, form#AddStore strong, form#AddItem strong {
	font-weight: normal;
	width: 100px;
	float: left;
	text-align: right;
	line-height: 25px;
	display: inline-block;
}

form#PasswordChange input[type="text"], form#AddressChange input[type="text"], form#AddItem input[type="text"] {
	margin-left: 10px;	
}

form#AddItem textarea {
	width: 300px;
	height: 75px;
	margin-left: 10px;	
}

div.budUpdateWrapper {
	width:750px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
	background: #33ff88;	
	padding: 10px;
}

form#ShoppingCart textarea {
	width: 80%;
	height: 50px;
	
}