@charset "utf-8";
/* CSS Document */

/*controls the banner at the top that says howard offers many top-of-the-line accessories*/
#accessoriesbannerhiprodigy
{
margin-left:50px;
margin-top:30px;
border:0px;
}


/*makes all the accessories have space below the banner*/
#accessoriestophiprodigy
{
margin-top:20px;
}


/*controls all accessories*/
#allaccessorieshiprodigy
{
margin-left:95px;
width:961px;
height:255px;
display:block;
}


/*controls all accessories-first item listed in each row*/
#leftsideaccessorieshiprodigy
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-second item listed in each row*/
#leftsideaccessorieshiprodigy2
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-third item listed in each row*/
#leftsideaccessorieshiprodigy3
{
float:left;
width:185px;
padding-right:10px;
}


/*controls all accessories-fourth item listed in each row*/
#leftsideaccessorieshiprodigy4
{
float:left;
width:185px;
padding-right:10px;
}


/*controls the title of each accessories*/
#titleofeachaccessoriehiprodigy
{
padding-bottom:10px;
text-align:center;
}


/*controls the paragraph for each accessorie*/
#paragraphseachaccessoriehiprodigy
{
margin-top:10px;
width:180px;
}






